/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.14-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: moth3139_wp984
-- ------------------------------------------------------
-- Server version	10.11.14-MariaDB-cll-lve

/*!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 `wpr1_commentmeta`
--

DROP TABLE IF EXISTS `wpr1_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_commentmeta`
--

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

--
-- Table structure for table `wpr1_comments`
--

DROP TABLE IF EXISTS `wpr1_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_comments`
--

LOCK TABLES `wpr1_comments` WRITE;
/*!40000 ALTER TABLE `wpr1_comments` DISABLE KEYS */;
INSERT INTO `wpr1_comments` VALUES
(1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2025-10-15 16:16:26','2025-10-15 16:16:26','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 `wpr1_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_e_events`
--

DROP TABLE IF EXISTS `wpr1_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_e_events`
--

LOCK TABLES `wpr1_e_events` WRITE;
/*!40000 ALTER TABLE `wpr1_e_events` DISABLE KEYS */;
INSERT INTO `wpr1_e_events` VALUES
(1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-10-15T23:18:48.058-07:00\"}','2025-10-15 23:18:48');
/*!40000 ALTER TABLE `wpr1_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_e_notes`
--

DROP TABLE IF EXISTS `wpr1_e_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_e_notes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `author_id` bigint(20) unsigned DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `route_url_index` (`route_url`(191)),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `parent_id_index` (`parent_id`),
  KEY `author_id_index` (`author_id`),
  KEY `status_index` (`status`),
  KEY `is_resolved_index` (`is_resolved`),
  KEY `is_public_index` (`is_public`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_e_notes`
--

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

--
-- Table structure for table `wpr1_e_notes_users_relations`
--

DROP TABLE IF EXISTS `wpr1_e_notes_users_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_e_notes_users_relations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`),
  KEY `note_id_index` (`note_id`),
  KEY `user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_e_notes_users_relations`
--

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

--
-- Table structure for table `wpr1_e_submissions`
--

DROP TABLE IF EXISTS `wpr1_e_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_e_submissions`
--

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

--
-- Table structure for table `wpr1_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `wpr1_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_e_submissions_actions_log`
--

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

--
-- Table structure for table `wpr1_e_submissions_values`
--

DROP TABLE IF EXISTS `wpr1_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_e_submissions_values`
--

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

--
-- Table structure for table `wpr1_links`
--

DROP TABLE IF EXISTS `wpr1_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_links`
--

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

--
-- Table structure for table `wpr1_options`
--

DROP TABLE IF EXISTS `wpr1_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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=5667 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_options`
--

LOCK TABLES `wpr1_options` WRITE;
/*!40000 ALTER TABLE `wpr1_options` DISABLE KEYS */;
INSERT INTO `wpr1_options` VALUES
(1,'cron','a:12:{i:1765473594;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:1765512986;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:1765512987;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:1765513018;a:1:{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:1765556186;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765556218;a:2:{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;}}}i:1765556220;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:1765556512;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:1765604629;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:1765988324;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1766074586;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),
(2,'siteurl','https://alkara.co.id','on'),
(3,'home','https://alkara.co.id','on'),
(4,'blogname','Alkara Lintas Samudra','on'),
(5,'blogdescription','Official Website','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','admin@alkara.co.id','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:112:{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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"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:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=10&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','on'),
(31,'hack_file','0','on'),
(32,'blog_charset','UTF-8','on'),
(33,'moderation_keys','','off'),
(34,'active_plugins','a:6:{i:0;s:31:\"elementor-pro/elementor-pro.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:3;s:37:\"essential-blocks/essential-blocks.php\";i:4;s:25:\"templately/templately.php\";i:5;s:21:\"wp-reset/wp-reset.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','','off'),
(41,'template','astra','on'),
(42,'stylesheet','astra','on'),
(43,'comment_registration','0','on'),
(44,'html_type','text/html','on'),
(45,'use_trackback','0','on'),
(46,'default_role','subscriber','on'),
(47,'db_version','60717','on'),
(48,'uploads_use_yearmonth_folders','1','on'),
(49,'upload_path','','on'),
(50,'blog_public','1','on'),
(51,'default_link_category','2','on'),
(52,'show_on_front','page','on'),
(53,'tag_base','','on'),
(54,'show_avatars','1','on'),
(55,'avatar_rating','G','on'),
(56,'upload_url_path','','on'),
(57,'thumbnail_size_w','150','on'),
(58,'thumbnail_size_h','150','on'),
(59,'thumbnail_crop','1','on'),
(60,'medium_size_w','300','on'),
(61,'medium_size_h','300','on'),
(62,'avatar_default','mystery','on'),
(63,'large_size_w','1024','on'),
(64,'large_size_h','1024','on'),
(65,'image_default_link_type','none','on'),
(66,'image_default_size','','on'),
(67,'image_default_align','','on'),
(68,'close_comments_for_old_posts','0','on'),
(69,'close_comments_days_old','14','on'),
(70,'thread_comments','1','on'),
(71,'thread_comments_depth','5','on'),
(72,'page_comments','0','on'),
(73,'comments_per_page','50','on'),
(74,'default_comments_page','newest','on'),
(75,'comment_order','asc','on'),
(76,'sticky_posts','a:0:{}','on'),
(77,'widget_categories','a:0:{}','on'),
(78,'widget_text','a:0:{}','on'),
(79,'widget_rss','a:0:{}','on'),
(80,'uninstall_plugins','a:4:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:9:\"uninstall\";}s:25:\"templately/templately.php\";a:2:{i:0;s:27:\"Templately\\Core\\Maintenance\";i:1;s:9:\"uninstall\";}s:37:\"essential-blocks/essential-blocks.php\";a:2:{i:0;s:32:\"EssentialBlocks\\Core\\Maintenance\";i:1;s:9:\"uninstall\";}}','off'),
(81,'timezone_string','','on'),
(82,'page_for_posts','0','on'),
(83,'page_on_front','10','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','1776096986','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,'wpr1_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:81:{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:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:13:\"edit_emailkit\";b:1;s:20:\"edit_others_emailkit\";b:1;s:16:\"publish_emailkit\";b:1;s:13:\"read_emailkit\";b:1;s:21:\"read_private_emailkit\";b:1;s:15:\"delete_emailkit\";b:1;s:23:\"edit_published_emailkit\";b:1;s:17:\"delete_published_\";b:1;s:13:\"publish_popup\";b:1;s:10:\"edit_popup\";b:1;s:12:\"delete_popup\";b:1;s:18:\"read_private_popup\";b:1;s:10:\"read_popup\";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:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','auto'),
(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'),
(121,'recovery_keys','a:0:{}','off'),
(122,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1760545565;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'),
(123,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:3:\"6.9\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),
(130,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"3199e2537fbad380fa221e097719f7c6\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(159,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(160,'recently_activated','a:11:{s:21:\"emailkit/EmailKit.php\";i:1760546430;s:21:\"getgenie/getgenie.php\";i:1760546430;s:47:\"gutenkit-blocks-addon/gutenkit-blocks-addon.php\";i:1760546430;s:19:\"metform/metform.php\";i:1760546430;s:43:\"popup-builder-block/popup-builder-block.php\";i:1760546430;s:25:\"shopengine/shopengine.php\";i:1760546430;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:1760546430;s:23:\"wp-social/wp-social.php\";i:1760546430;s:41:\"wp-ultimate-review/wp-ultimate-review.php\";i:1760546430;s:37:\"elementskit-lite/elementskit-lite.php\";i:1760546407;s:40:\"dethemekit-for-elementor/detheme-kit.php\";i:1760546399;}','off'),
(165,'finished_updating_comment_type','1','auto'),
(168,'elementor_active_kit','7','auto'),
(169,'elementor_font_display','swap','auto'),
(172,'elementor_landing_pages_activation','0','auto'),
(173,'elementor_checklist','{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}','auto'),
(174,'elementor_version','3.32.4','auto'),
(175,'elementor_install_history','a:2:{s:6:\"3.31.1\";i:1760545127;s:6:\"3.32.4\";i:1760545312;}','auto'),
(176,'elementor_events_db_version','1.0.0','off'),
(177,'elementor_onboarded','1','auto'),
(179,'_elementor_installed_time','1760545134','auto'),
(180,'elementor_connect_site_key','05a6bd2f1c221f7246f56490df7454f6','auto'),
(181,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";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'),
(182,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:76:\"Introducing Elementor 3.32: Transitions, Transform, Size Variables, and More\";s:7:\"excerpt\";s:250:\"Elementor 3.32 is here, accelerating Editor V4 Alpha with transform controls and layered transitions, system-wide Size Variables and streamlined class management. This release empowers you to build more consistent, dynamic, and professional websites.\";s:7:\"created\";i:1759243152;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:138:\"https://elementor.com/blog/elementor-332-v4-transform-transitions/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:70:\"Introducing Elementor 3.31: New Editor V4 Variables, Filters, and More\";s:7:\"excerpt\";s:294:\"Elementor 3.31 is here, pushing Editor V4 forward with powerful design system enhancements and modern visual styling tools. From Variables and Filters to smarter editing workflows and semantic markup, this version makes it easier than ever to design beautiful, performant, and accessible sites.\";s:7:\"created\";i:1755094220;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-331-v4-alpha-variables-filters/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:67:\"What Is an MCP? The AI Breakthrough Web Creators Shouldn’t Ignore\";s:7:\"excerpt\";s:143:\"Discover how Model Context Protocol (MCP) is shaping AI-tool interaction and redefining how pro web creators build, manage, and scale websites.\";s:7:\"created\";i:1754310811;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:130:\"https://elementor.com/blog/mcp-explained-for-web-creators/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),
(185,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1765031467;s:5:\"value\";s:10799:\"[{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-custom-css\\/\"},{\"id\":\"blend-mode-3.33\",\"title\":\"Blend Mode\",\"description\":\"Layer and blend visuals to create depth, contrast, and cinematic design effects.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-blend.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"transform-3.32\",\"title\":\"Design with depth using Transform\",\"description\":\"Move, scale, rotate, and skew any element with ease. Transform controls add depth, stacked effects, and seamless States for hover, focus, and active micro-interactions.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transform.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-size-variable\\/\"},{\"id\":\"transitions-3.32\",\"title\":\"Smooth interactions with Transitions\",\"description\":\"Bring polish to every interaction. Transitions let you animate style changes smoothly between states. In Pro, layer multiple transitions by property for refined, modern micro-animations.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transition.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-3.31\",\"title\":\"Scalable design with Variables\",\"description\":\"Define once, reuse everywhere. Color & Font Variables help you build consistent, scalable design systems that update globally and are perfect for large sites or teams.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-variables.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"filters-3.31\",\"title\":\"Visual effects with Filters and Backdrop Filters\",\"description\":\"Apply multiple Filters like blur, brightness, and contrast. Stack, reorder, and preview in real time without writing a line of code.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-filters.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"classes-3.31\",\"title\":\"Smarter Class Manager tools\",\"description\":\"Quickly locate and manage Global Classes with usage counts, a new locator panel, and full class search. Perfect for scaling and refactoring complex design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-attributes\\/\"},{\"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\":\"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\":\"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'),
(188,'_elementor_home_screen_data','a:2:{s:7:\"timeout\";i:1760548739;s:5:\"value\";s:11286:\"{\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&page=popup_templates\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"add_ons\":{\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"pojo-accessibility\\/pojo-accessibility.php\",\"title\":\"Ally - Web Accessibility. Simplified.\",\"url\":\"\",\"description\":\"Make your website more accessible with powerful tools to detect and fix issues, enhance usability, and create a better experience for all visitors.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/ally_logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"send-app\\/send-app.php\",\"title\":\"Send \\u2013 Marketing Automation\",\"url\":\"\",\"description\":\"Supercharge your WooCommerce store with Send\\u2014an all-in-one toolkit for emails, popups & more. Built for WordPress. No plugins, no hassle.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/send-logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"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.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_upgrade\":[{\"license\":[\"free\"],\"show\":\"true\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]},{\"license\":[\"pro\"],\"show\":\"false\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}],\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}','off'),
(192,'elementor_pro_license_key','activated','auto'),
(193,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1765513723;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}','off'),
(194,'elementor_pro_version','3.31.2','auto'),
(195,'elementor_pro_install_history','a:1:{s:6:\"3.31.2\";i:1760545154;}','auto'),
(196,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(197,'_elementor_pro_installed_time','1760545154','auto'),
(198,'_elementor_pro_api_requests_lock','a:2:{s:11:\"get_version\";i:1760546533;s:16:\"get_license_data\";i:1760545357;}','auto'),
(199,'elementor_pro_remote_info_api_data_3.31.2','a:2:{s:7:\"timeout\";i:1760588435;s:5:\"value\";s:247712:\"{\"stable_version\":\"3.32.2\",\"last_updated\":\"2025-09-29 12:32:45\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:231955:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.32.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.8.3\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzYwNTQ1MjMzLCJleHAiOjE3NjA2MzE2MzN9.dI05urutnkPMi_qSI1OHBb2kteu-B3fWEELoFxG26mE\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzYwNTQ1MjMzLCJleHAiOjE3NjA2MzE2MzN9.dI05urutnkPMi_qSI1OHBb2kteu-B3fWEELoFxG26mE\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.8.3\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJpYXQiOjE3NjA1NDUyMzMsImV4cCI6MTc2MDYzMTYzM30.-wwJBxi6WJW9B60ZASYivlGfmlzwDh8rhRICm9eCcrc\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJpYXQiOjE3NjA1NDUyMzMsImV4cCI6MTc2MDYzMTYzM30.-wwJBxi6WJW9B60ZASYivlGfmlzwDh8rhRICm9eCcrc\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','off'),
(201,'elementor_submissions_db_version','5','auto'),
(202,'elementor_notes_db_version','5','auto'),
(203,'elementor_fonts_manager_font_types','a:0:{}','auto'),
(204,'elementor_fonts_manager_fonts','a:0:{}','auto'),
(205,'elementor_custom_icon_sets_config','a:0:{}','auto'),
(206,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1760631757;s:5:\"value\";s:35:\"{\"success\":false,\"error\":\"missing\"}\";}','off');
INSERT INTO `wpr1_options` VALUES
(212,'elementor_log','a:12:{s:32:\"2ff45abbfae96719798d91550f31df24\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-10-15 16:21:52\";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-10-15 16:21:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"a5f82ba2ccd14249d21767966bb9ce40\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-10-15 16:21:52\";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-10-15 16:21:52\";}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:\"5cef8797e72c29b790068df5c8880e28\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-10-15 16:21:52\";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-10-15 16:21:52\";}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:\"acb91bf96f5b244e4d7b5d1ee419bdc5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-10-15 16:21:52\";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.31.1\";s:2:\"to\";s:6:\"3.32.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-10-15 16:21:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.31.1\";s:2:\"to\";s:6:\"3.32.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"fb5c3edf69ee330c3adcd290373ff9fb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-10-15 16:21:52\";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.31.1\";s:2:\"to\";s:6:\"3.32.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-10-15 16:21:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.31.1\";s:2:\"to\";s:6:\"3.32.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ae6490455cc58d535eff7b35bef32610\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-10-15 16:21:53\";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.31.1\";s:2:\"to\";s:6:\"3.32.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-10-15 16:21:53\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.31.1\";s:2:\"to\";s:6:\"3.32.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7429493758b3bdf000438aac4d3c9b49\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"34029\";s:7:\"\0*\0file\";s:92:\"https://alkara.co.id/wp-content/plugins/elementor/assets/js/common-modules.min.js?ver=3.32.4\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2025-10-15 16:32:44\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:24:\"elementor is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2025-10-15 16:32:44\";i:1;s:19:\"2025-10-15 16:34:10\";i:2;s:19:\"2025-10-15 16:48:02\";i:3;s:19:\"2025-10-17 14:38:40\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1760545964\";s:7:\"message\";s:24:\"elementor is not defined\";s:3:\"url\";s:92:\"https://alkara.co.id/wp-content/plugins/elementor/assets/js/common-modules.min.js?ver=3.32.4\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"34029\";}}s:32:\"6a29916b92e99465d43dbb66df1aaba6\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:112:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:1481;s:7:\"\0*\0date\";s:19:\"2025-10-15 16:33:15\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1079:\"Uncaught Error: Cannot use object of type WP_Error as array in /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php:1481\nStack trace:\n#0 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php(942): Elementor\\TemplateLibrary\\Source_Local-&gt;import_single_template(&#039;/home/moth3139/...&#039;)\n#1 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/manager.php(650): Elementor\\TemplateLibrary\\Source_Local-&gt;import_template(&#039;kargo-delivery-...&#039;, &#039;/tmp/phpPsZtW2&#039;)\n#2 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/manager.php(1034): Elementor\\TemplateLibrary\\Manager-&gt;direct_import_template(Array)\n#3 /home/moth3139/public_html/alkara.co.id/wp-includes/class-wp-hook.php(324): Elementor\\TemplateLibrary\\Manager-&gt;handle_direct_actions(&#039;&#039;)\n#4 /home/moth3139/public_html/alkara.co.id/wp-includes/class-wp-hook.php(348): WP_Hook-&gt;a\";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-10-15 16:33:15\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught Error: Cannot use object of type WP_Error as array in /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php:1481\nStack trace:\n#0 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php(942): Elementor\\TemplateLibrary\\Source_Local->import_single_template(\'/home/moth3139/...\')\n#1 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/manager.php(650): Elementor\\TemplateLibrary\\Source_Local->import_template(\'kargo-delivery-...\', \'/tmp/phpPsZtW2\')\n#2 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/manager.php(1034): Elementor\\TemplateLibrary\\Manager->direct_import_template(Array)\n#3 /home/moth3139/public_html/alkara.co.id/wp-includes/class-wp-hook.php(324): Elementor\\TemplateLibrary\\Manager->handle_direct_actions(\'\')\n#4 /home/moth3139/public_html/alkara.co.id/wp-includes/class-wp-hook.php(348): WP_Hook->a\";s:4:\"file\";s:112:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:1481;s:5:\"trace\";b:1;}}s:32:\"2dda9f0b1dd9401ea3a45323b0a62aba\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:111:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/base.php\";s:7:\"\0*\0line\";i:471;s:7:\"\0*\0date\";s:19:\"2025-10-15 16:43:51\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:24:\"Undefined index: content\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:111:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/base.php\";s:4:\"line\";i:471;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:5:{s:4:\"file\";s:112:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:1474;s:8:\"function\";s:28:\"prepare_import_template_data\";s:5:\"class\";s:37:\"Elementor\\TemplateLibrary\\Source_Base\";s:4:\"type\";s:2:\"->\";}i:2;a:5:{s:4:\"file\";s:112:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:942;s:8:\"function\";s:22:\"import_single_template\";s:5:\"class\";s:38:\"Elementor\\TemplateLibrary\\Source_Local\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:106:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/manager.php\";s:4:\"line\";i:684;s:8:\"function\";s:15:\"import_template\";s:5:\"class\";s:38:\"Elementor\\TemplateLibrary\\Source_Local\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:130:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:63;s:8:\"function\";s:15:\"import_template\";s:5:\"class\";s:33:\"Elementor\\TemplateLibrary\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-10-15 16:43:51\";i:1;s:19:\"2025-10-17 14:35:56\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:24:\"Undefined index: content\";s:4:\"file\";s:111:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/base.php\";s:4:\"line\";i:471;s:5:\"trace\";b:1;}}s:32:\"72a2fd5e2600f81c3af56d921a6a73af\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:112:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:1481;s:7:\"\0*\0date\";s:19:\"2025-10-15 16:43:51\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1066:\"Uncaught Error: Cannot use object of type WP_Error as array in /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php:1481\nStack trace:\n#0 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php(942): Elementor\\TemplateLibrary\\Source_Local-&gt;import_single_template(&#039;/home/moth3139/...&#039;)\n#1 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/manager.php(684): Elementor\\TemplateLibrary\\Source_Local-&gt;import_template(&#039;kargo-delivery-...&#039;, &#039;/home/moth3139/...&#039;)\n#2 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php(63): Elementor\\TemplateLibrary\\Manager-&gt;import_template(Array)\n#3 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/data/base/endpoint.php(160): ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates-&gt;create_items(Object(WP_REST_Request))\n#4 /\";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:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-10-15 16:43:51\";i:1;s:19:\"2025-10-17 14:35:56\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught Error: Cannot use object of type WP_Error as array in /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php:1481\nStack trace:\n#0 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php(942): Elementor\\TemplateLibrary\\Source_Local->import_single_template(\'/home/moth3139/...\')\n#1 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/manager.php(684): Elementor\\TemplateLibrary\\Source_Local->import_template(\'kargo-delivery-...\', \'/home/moth3139/...\')\n#2 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php(63): Elementor\\TemplateLibrary\\Manager->import_template(Array)\n#3 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/data/base/endpoint.php(160): ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates->create_items(Object(WP_REST_Request))\n#4 /\";s:4:\"file\";s:112:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:1481;s:5:\"trace\";b:1;}}s:32:\"8c714fac5f337ed34edbecea3ee69a2d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"914529\";s:7:\"\0*\0file\";s:84:\"https://alkara.co.id/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.32.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2025-10-17 14:26:54\";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:22;s:14:\"\0*\0times_dates\";a:22:{i:0;s:19:\"2025-10-17 14:26:54\";i:1;s:19:\"2025-10-17 14:26:54\";i:2;s:19:\"2025-10-17 14:27:41\";i:3;s:19:\"2025-10-17 14:27:41\";i:4;s:19:\"2025-10-17 14:27:46\";i:5;s:19:\"2025-10-17 14:27:46\";i:6;s:19:\"2025-10-17 14:55:20\";i:7;s:19:\"2025-10-17 14:55:20\";i:8;s:19:\"2025-10-17 14:55:34\";i:9;s:19:\"2025-10-17 14:55:34\";i:10;s:19:\"2025-10-17 14:56:04\";i:11;s:19:\"2025-10-17 14:56:04\";i:12;s:19:\"2025-10-17 14:56:04\";i:13;s:19:\"2025-10-17 14:56:04\";i:14;s:19:\"2025-10-17 14:56:04\";i:15;s:19:\"2025-10-17 14:56:04\";i:16;s:19:\"2025-12-05 15:05:21\";i:17;s:19:\"2025-12-05 15:05:21\";i:18;s:19:\"2025-12-05 15:14:10\";i:19;s:19:\"2025-12-05 15:14:10\";i:20;s:19:\"2025-12-05 15:14:10\";i:21;s:19:\"2025-12-05 15:14:10\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1760711214\";s:7:\"message\";s:77:\"Failed to execute \'querySelector\' on \'Document\': \'#\' is not a valid selector.\";s:3:\"url\";s:84:\"https://alkara.co.id/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.32.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"914529\";}}s:32:\"e49187807dba6e0500fe727ea3d9b394\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:101:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:7:\"\0*\0line\";i:190;s:7:\"\0*\0date\";s:19:\"2025-10-17 14:35:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1036:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/modules/cloud-library/module.php:190\nStack trace:\n#0 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/modules/cloud-library/module.php(53): Elementor\\Modules\\CloudLibrary\\Module-&gt;is_screenshot_proxy_mode(Array)\n#1 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module-&gt;__construct()\n#2 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/plugin.php(709): Elementor\\Core\\Modules_Manager-&gt;__construct()\n#4 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/plugin.php(627): Elementor\\Plugin-&gt;init_components()\n#5 /home/moth3139/public_html/alkara.co.id/wp-includes/class-wp-hook.php(324): Elemento\";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:11;s:14:\"\0*\0times_dates\";a:11:{i:0;s:19:\"2025-10-17 14:35:33\";i:1;s:19:\"2025-10-17 14:35:33\";i:2;s:19:\"2025-10-17 14:35:33\";i:3;s:19:\"2025-10-17 14:35:34\";i:4;s:19:\"2025-10-17 14:35:34\";i:5;s:19:\"2025-10-17 14:35:36\";i:6;s:19:\"2025-10-17 14:35:36\";i:7;s:19:\"2025-10-17 14:35:36\";i:8;s:19:\"2025-10-17 14:36:04\";i:9;s:19:\"2025-10-17 14:36:04\";i:10;s:19:\"2025-10-17 14:36:04\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/modules/cloud-library/module.php:190\nStack trace:\n#0 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/modules/cloud-library/module.php(53): Elementor\\Modules\\CloudLibrary\\Module->is_screenshot_proxy_mode(Array)\n#1 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module->__construct()\n#2 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/plugin.php(709): Elementor\\Core\\Modules_Manager->__construct()\n#4 /home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/includes/plugin.php(627): Elementor\\Plugin->init_components()\n#5 /home/moth3139/public_html/alkara.co.id/wp-includes/class-wp-hook.php(324): Elemento\";s:4:\"file\";s:101:\"/home/moth3139/public_html/alkara.co.id/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:4:\"line\";i:190;s:5:\"trace\";b:1;}}}','off'),
(216,'elementor_1_elementor_updater_batch_f3465a41dcae0ff212476ea8bfc7','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','off'),
(240,'current_theme','Astra','auto'),
(241,'theme_mods_astra','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:5:{s:7:\"primary\";i:8;s:14:\"secondary_menu\";i:8;s:11:\"footer_menu\";i:8;s:11:\"mobile_menu\";i:0;s:21:\"loggedin_account_menu\";i:0;}}','on'),
(242,'theme_switched','','auto'),
(245,'astra-settings','a:2:{s:18:\"theme-auto-version\";s:7:\"4.11.13\";s:22:\"is_theme_queue_running\";b:0;}','auto'),
(246,'astra_analytics_installed_time','1760545566','off'),
(251,'uae_lite_is_activated','yes','auto'),
(253,'hfe_is_theme_supported','1','auto'),
(254,'_hfe_db_version','2.6.1','auto'),
(255,'hfe_onboarding_triggered','yes','auto'),
(256,'hfe_plugin_previous_version','2.6.1','auto'),
(257,'hfe_plugin_version','2.6.1','auto'),
(258,'uae_analytics_installed_time','1760545585','off'),
(261,'nps-survey-header-footer-elementor','a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1760545587;}','auto'),
(263,'elementskit-lite__banner_last_check','1760545602','auto'),
(264,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10020931\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020931;s:5:\"title\";s:29:\"Wpmet Halloween Own page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,386 Now!\";s:11:\"notice_body\";s:771:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">🎃 <strong data-start=\"532\" data-end=\"567\">No Tricks, Just Massive Treats!</strong></span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live — and it’s <em data-start=\"1852\" data-end=\"1881\">scary how much you’ll save!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,986 on the All-in-One WordPress Plugin Bundle (78% OFF)</strong><br data-start=\"728\" data-end=\"731\" />Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10020929\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020929;s:5:\"title\";s:30:\"Wpmet Halloween Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,386 Now!\";s:11:\"notice_body\";s:771:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">🎃 <strong data-start=\"532\" data-end=\"567\">No Tricks, Just Massive Treats!</strong></span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live — and it’s <em data-start=\"1852\" data-end=\"1881\">scary how much you’ll save!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,986 on the All-in-One WordPress Plugin Bundle (78% OFF)</strong><br data-start=\"728\" data-end=\"731\" />Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10019444\";O:8:\"stdClass\":7:{s:2:\"id\";i:10019444;s:5:\"title\";s:27:\"Wpmet Birthday 2025 ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice51\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday 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, PopupKit, 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:\"10018928\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018928;s:5:\"title\";s:29:\"Wpmet Birthday 2025 dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice50\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday 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, PopupKit, 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:\"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:\"\";}}}','auto'),
(265,'elementskit-lite_install_date','2025-10-15 04:26:42','auto'),
(266,'e_editor_counter','21','auto'),
(269,'elementor_disabled_elements','a:21:{i:0;s:27:\"elementskit-image-accordion\";i:1;s:27:\"elementskit-countdown-timer\";i:2;s:28:\"elementskit-image-comparison\";i:3;s:18:\"elementskit-lottie\";i:4;s:23:\"elementskit-progressbar\";i:5;s:21:\"elementskit-post-grid\";i:6;s:20:\"elementskit-post-tab\";i:7;s:22:\"elementskit-mail-chimp\";i:8;s:20:\"elementskit-piechart\";i:9;s:25:\"elementskit-contact-form7\";i:10;s:26:\"elementskit-business-hours\";i:11;s:21:\"elementskit-drop-caps\";i:12;s:24:\"elementskit-social-share\";i:13;s:23:\"elementskit-dual-button\";i:14;s:25:\"elementskit-caldera-forms\";i:15;s:20:\"elementskit-we-forms\";i:16;s:20:\"elementskit-wp-forms\";i:17;s:23:\"elementskit-ninja-forms\";i:18;s:22:\"elementskit-tablepress\";i:19;s:24:\"elementskit-fluent-forms\";i:20;s:23:\"elementskit-back-to-top\";}','auto'),
(270,'elementskit_options','a:3:{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:4:\"post\";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:9:\"marketing\";s:6:\"status\";s:8:\"inactive\";}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:9:\"marketing\";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:8:\"creative\";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:8:\"creative\";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:8:\"creative\";s:6:\"status\";s:8:\"inactive\";}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:9:\"marketing\";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:8:\"advanced\";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:8:\"creative\";s:6:\"status\";s:8:\"inactive\";}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:4:\"post\";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:7:\"general\";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:4:\"post\";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:4:\"post\";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:4:\"post\";s:6:\"status\";s:8:\"inactive\";}s:8:\"nav-menu\";a:5:{s:4:\"slug\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"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:4:\"form\";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:4:\"form\";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:8:\"creative\";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:9:\"marketing\";s:6:\"status\";s:8:\"inactive\";}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:8:\"inactive\";}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:4:\"form\";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:4:\"form\";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:4:\"form\";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:4:\"form\";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:4:\"form\";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:4:{s:4:\"slug\";s:21:\"elementskit-icon-pack\";s:5:\"title\";s:9:\"Icon Pack\";s:7:\"package\";s:4:\"free\";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:5:\"basic\";s:16:\"newsletter_email\";s:0:\"\";}}','auto'),
(271,'elements_kit_onboard_status','onboarded','auto'),
(272,'_transient_ekit_element_manager_compatibity','1','on'),
(279,'pbb_db_version','1.0.0','auto'),
(283,'xs_share_providers_data','a:1:{s:6:\"social\";a:15:{s:8:\"facebook\";a:1:{s:6:\"enable\";s:0:\"\";}s:7:\"twitter\";a:1:{s:6:\"enable\";s:0:\"\";}s:8:\"linkedin\";a:1:{s:6:\"enable\";s:0:\"\";}s:9:\"pinterest\";a:1:{s:6:\"enable\";s:0:\"\";}s:18:\"facebook-messenger\";a:1:{s:6:\"enable\";s:0:\"\";}s:3:\"kik\";a:1:{s:6:\"enable\";s:0:\"\";}s:5:\"skype\";a:1:{s:6:\"enable\";s:0:\"\";}s:6:\"trello\";a:1:{s:6:\"enable\";s:0:\"\";}s:5:\"viber\";a:1:{s:6:\"enable\";s:0:\"\";}s:8:\"whatsapp\";a:1:{s:6:\"enable\";s:0:\"\";}s:8:\"telegram\";a:1:{s:6:\"enable\";s:0:\"\";}s:5:\"email\";a:1:{s:6:\"enable\";s:0:\"\";}s:6:\"reddit\";a:1:{s:6:\"enable\";s:0:\"\";}s:4:\"digg\";a:1:{s:6:\"enable\";s:0:\"\";}s:11:\"stumbleupon\";a:1:{s:6:\"enable\";s:0:\"\";}}}','on'),
(284,'xs_counter_options','a:0:{}','auto'),
(285,'widget_counter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(286,'widget_share_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(287,'widget_login_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(289,'gutenkit_blocks_list','a:77:{s:9:\"container\";a:6:{s:4:\"slug\";s:9:\"container\";s:5:\"title\";s:9:\"Container\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";s:8:\"required\";b:1;}s:18:\"advanced-accordion\";a:6:{s:4:\"slug\";s:18:\"advanced-accordion\";s:5:\"title\";s:18:\"Advanced Accordion\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:5:\"badge\";a:1:{i:0;s:8:\"freemium\";}s:6:\"status\";s:6:\"active\";}s:23:\"advanced-accordion-item\";a:6:{s:4:\"slug\";s:23:\"advanced-accordion-item\";s:5:\"title\";s:23:\"Advanced Accordion Item\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"parent\";s:18:\"advanced-accordion\";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:8:\"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:8:\"category\";s:8:\"wp-posts\";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:8:\"category\";s:7:\"general\";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:8:\"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:8:\"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:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:12:\"social-icons\";a:5:{s:4:\"slug\";s:12:\"social-icons\";s:5:\"title\";s:12:\"Social Icons\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}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:8:\"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:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:8:\"faq-item\";a:6:{s:4:\"slug\";s:8:\"faq-item\";s:5:\"title\";s:8:\"Faq Item\";s:6:\"parent\";s:3:\"faq\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:8:\"drop-cap\";a:5:{s:4:\"slug\";s:8:\"drop-cap\";s:5:\"title\";s:8:\"Drop Cap\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}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:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}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:8:\"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:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:19:\"business-hours-item\";a:6:{s:4:\"slug\";s:19:\"business-hours-item\";s:5:\"title\";s:19:\"Business Hours Item\";s:6:\"parent\";s:14:\"business-hours\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:12:\"progress-bar\";a:6:{s:4:\"slug\";s:12:\"progress-bar\";s:5:\"title\";s:12:\"Progress Bar\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:4:\"team\";a:6:{s:4:\"slug\";s:4:\"team\";s:5:\"title\";s:4:\"Team\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:15:\"countdown-timer\";a:6:{s:4:\"slug\";s:15:\"countdown-timer\";s:5:\"title\";s:15:\"Countdown Timer\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:5:\"video\";a:5:{s:4:\"slug\";s:5:\"video\";s:5:\"title\";s:5:\"Video\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";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:8:\"category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}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:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"offcanvas\";a:6:{s:4:\"slug\";s:9:\"offcanvas\";s:5:\"title\";s:9:\"Offcanvas\";s:7:\"package\";s:4:\"free\";s:5:\"badge\";a:1:{i:0;s:8:\"freemium\";}s:8:\"category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:8:\"nav-menu\";a:6:{s:4:\"slug\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:8:\"freemium\";}}s:13:\"nav-menu-item\";a:6:{s:4:\"slug\";s:13:\"nav-menu-item\";s:5:\"title\";s:13:\"Nav Menu Item\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:13:\"header-footer\";s:6:\"parent\";s:8:\"nav-menu\";s:6:\"status\";s:6:\"active\";}s:16:\"nav-menu-submenu\";a:6:{s:4:\"slug\";s:16:\"nav-menu-submenu\";s:5:\"title\";s:16:\"Nav Menu Submenu\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:13:\"header-footer\";s:6:\"parent\";s:8:\"nav-menu\";s:6:\"status\";s:6:\"active\";}s:9:\"mega-menu\";a:6:{s:4:\"slug\";s:9:\"mega-menu\";s:5:\"title\";s:9:\"Mega Menu\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:13:\"header-footer\";s:6:\"parent\";s:8:\"nav-menu\";s:6:\"status\";s:6:\"active\";}s:13:\"pricing-table\";a:5:{s:4:\"slug\";s:13:\"pricing-table\";s:5:\"title\";s:13:\"Pricing Table\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:18:\"donut-progress-bar\";a:5:{s:4:\"slug\";s:18:\"donut-progress-bar\";s:5:\"title\";s:18:\"Donut Progress Bar\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:8:\"fun-fact\";a:5:{s:4:\"slug\";s:8:\"fun-fact\";s:5:\"title\";s:8:\"Fun Fact\";s:7:\"package\";s:4:\"free\";s:8:\"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:8:\"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:8:\"category\";s:7:\"general\";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:8:\"category\";s:8:\"wp-posts\";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:8:\"category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:12:\"advanced-tab\";a:6:{s:4:\"slug\";s:12:\"advanced-tab\";s:5:\"title\";s:12:\"Advanced Tab\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:8:\"freemium\";}}s:17:\"advanced-tab-item\";a:6:{s:4:\"slug\";s:17:\"advanced-tab-item\";s:5:\"title\";s:17:\"Advanced Tab Item\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"parent\";s:12:\"advanced-tab\";s:6:\"status\";s:6:\"active\";}s:10:\"google-map\";a:5:{s:4:\"slug\";s:10:\"google-map\";s:5:\"title\";s:10:\"Google Map\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:19:\"fancy-animated-text\";a:5:{s:4:\"slug\";s:19:\"fancy-animated-text\";s:5:\"title\";s:19:\"Fancy Animated Text\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:12:\"stylish-list\";a:5:{s:4:\"slug\";s:12:\"stylish-list\";s:5:\"title\";s:12:\"Stylish List\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:17:\"stylish-list-item\";a:6:{s:4:\"slug\";s:17:\"stylish-list-item\";s:5:\"title\";s:17:\"Stylish List Item\";s:6:\"parent\";s:12:\"stylish-list\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:15:\"creative-button\";a:5:{s:4:\"slug\";s:15:\"creative-button\";s:5:\"title\";s:15:\"Creative Button\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:10:\"breadcrumb\";a:5:{s:4:\"slug\";s:10:\"breadcrumb\";s:5:\"title\";s:10:\"Breadcrumb\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:4:\"icon\";a:5:{s:4:\"slug\";s:4:\"icon\";s:5:\"title\";s:4:\"Icon\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:8:\"timeline\";a:5:{s:4:\"slug\";s:8:\"timeline\";s:5:\"title\";s:8:\"Timeline\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:14:\"advanced-image\";a:5:{s:4:\"slug\";s:14:\"advanced-image\";s:5:\"title\";s:14:\"Advanced Image\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:18:\"image-hover-effect\";a:5:{s:4:\"slug\";s:18:\"image-hover-effect\";s:5:\"title\";s:18:\"Image Hover Effect\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:10:\"price-menu\";a:5:{s:4:\"slug\";s:10:\"price-menu\";s:5:\"title\";s:10:\"Price Menu\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:15:\"price-menu-item\";a:6:{s:4:\"slug\";s:15:\"price-menu-item\";s:5:\"title\";s:15:\"Price Menu Item\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"parent\";s:10:\"price-menu\";s:6:\"status\";s:6:\"active\";}s:8:\"whatsapp\";a:5:{s:4:\"slug\";s:8:\"whatsapp\";s:5:\"title\";s:8:\"WhatsApp\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:18:\"advanced-paragraph\";a:5:{s:4:\"slug\";s:18:\"advanced-paragraph\";s:5:\"title\";s:18:\"Advanced Paragraph\";s:7:\"package\";s:4:\"free\";s:8:\"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:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"rating\";a:5:{s:4:\"slug\";s:6:\"rating\";s:5:\"title\";s:6:\"Rating\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:8:\"flip-box\";a:5:{s:4:\"slug\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:20:\"reading-progress-bar\";a:5:{s:4:\"slug\";s:20:\"reading-progress-bar\";s:5:\"title\";s:20:\"Reading Progress Bar\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:16:\"advanced-masonry\";a:5:{s:4:\"slug\";s:16:\"advanced-masonry\";s:5:\"title\";s:16:\"Advanced Masonry\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:21:\"advanced-masonry-item\";a:6:{s:4:\"slug\";s:21:\"advanced-masonry-item\";s:5:\"title\";s:21:\"Advanced Masonry Item\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"parent\";s:16:\"advanced-masonry\";s:6:\"status\";s:6:\"active\";}s:15:\"advanced-toggle\";a:5:{s:4:\"slug\";s:15:\"advanced-toggle\";s:5:\"title\";s:15:\"Advanced Toggle\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:20:\"advanced-toggle-item\";a:6:{s:4:\"slug\";s:20:\"advanced-toggle-item\";s:5:\"title\";s:20:\"Advanced Toggle Item\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"parent\";s:15:\"advanced-toggle\";s:6:\"status\";s:6:\"active\";}s:13:\"query-builder\";a:5:{s:4:\"slug\";s:13:\"query-builder\";s:5:\"title\";s:13:\"Query Builder\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:14:\"query-template\";a:6:{s:4:\"slug\";s:14:\"query-template\";s:5:\"title\";s:14:\"Query Template\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:8:\"wp-posts\";s:6:\"parent\";s:13:\"query-builder\";s:6:\"status\";s:6:\"active\";}s:16:\"query-pagination\";a:6:{s:4:\"slug\";s:16:\"query-pagination\";s:5:\"title\";s:16:\"Query Pagination\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:8:\"wp-posts\";s:6:\"parent\";s:13:\"query-builder\";s:6:\"status\";s:6:\"active\";}s:14:\"featured-image\";a:6:{s:4:\"slug\";s:14:\"featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:6:\"parent\";s:14:\"query-template\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:10:\"post-title\";a:6:{s:4:\"slug\";s:10:\"post-title\";s:5:\"title\";s:10:\"Post Title\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:8:\"wp-posts\";s:6:\"parent\";s:14:\"query-template\";s:6:\"status\";s:6:\"active\";}s:9:\"post-info\";a:6:{s:4:\"slug\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:8:\"wp-posts\";s:6:\"parent\";s:14:\"query-template\";s:6:\"status\";s:6:\"active\";}s:12:\"post-excerpt\";a:6:{s:4:\"slug\";s:12:\"post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:8:\"wp-posts\";s:6:\"parent\";s:14:\"query-template\";s:6:\"status\";s:6:\"active\";}s:12:\"post-content\";a:6:{s:4:\"slug\";s:12:\"post-content\";s:5:\"title\";s:12:\"Post Content\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:8:\"wp-posts\";s:6:\"parent\";s:14:\"query-template\";s:6:\"status\";s:6:\"active\";}s:6:\"unfold\";a:5:{s:4:\"slug\";s:6:\"unfold\";s:5:\"title\";s:6:\"Unfold\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"lottie\";a:5:{s:4:\"slug\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:5:\"chart\";a:5:{s:4:\"slug\";s:5:\"chart\";s:5:\"title\";s:5:\"Chart\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"table-builder\";a:7:{s:4:\"slug\";s:13:\"table-builder\";s:5:\"title\";s:13:\"Table Builder\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}s:10:\"dependency\";a:2:{s:4:\"slug\";s:19:\"table-builder-block\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/table-builder-block.zip\";}}s:10:\"mail-chimp\";a:6:{s:4:\"slug\";s:10:\"mail-chimp\";s:5:\"title\";s:9:\"Mailchimp\";s:7:\"package\";s:4:\"free\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:15:\"advanced-search\";a:6:{s:4:\"slug\";s:15:\"advanced-search\";s:5:\"title\";s:15:\"Advanced Search\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:13:\"facebook-feed\";a:6:{s:4:\"slug\";s:13:\"facebook-feed\";s:5:\"title\";s:13:\"Facebook Feed\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:4:\"feed\";s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:7:\"hotspot\";a:6:{s:4:\"slug\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:11:\"modal-popup\";a:6:{s:4:\"slug\";s:11:\"modal-popup\";s:5:\"title\";s:11:\"Modal Popup\";s:7:\"package\";s:3:\"pro\";s:8:\"category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}}','auto'),
(290,'gutenkit_modules_list','a:24:{s:9:\"icon-pack\";a:7:{s:4:\"slug\";s:9:\"icon-pack\";s:5:\"title\";s:9:\"Icon Pack\";s:7:\"package\";s:4:\"free\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";s:8:\"required\";b:1;}s:13:\"page-settings\";a:7:{s:4:\"slug\";s:13:\"page-settings\";s:5:\"title\";s:13:\"Page Settings\";s:7:\"package\";s:4:\"free\";s:12:\"auto_enqueue\";b:0;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";s:8:\"required\";b:1;}s:11:\"breakpoints\";a:7:{s:4:\"slug\";s:11:\"breakpoints\";s:5:\"title\";s:11:\"Breakpoints\";s:7:\"package\";s:4:\"free\";s:12:\"auto_enqueue\";b:0;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:2:{i:0;s:3:\"new\";i:1;s:4:\"beta\";}}s:16:\"copy-paste-style\";a:5:{s:4:\"slug\";s:16:\"copy-paste-style\";s:5:\"title\";s:16:\"Copy Paste Style\";s:7:\"package\";s:4:\"free\";s:12:\"auto_enqueue\";b:1;s:6:\"status\";s:6:\"active\";}s:10:\"visibility\";a:5:{s:4:\"slug\";s:10:\"visibility\";s:5:\"title\";s:10:\"Visibility\";s:7:\"package\";s:4:\"free\";s:12:\"auto_enqueue\";b:1;s:6:\"status\";s:6:\"active\";}s:17:\"scrolling-effects\";a:6:{s:4:\"slug\";s:17:\"scrolling-effects\";s:5:\"title\";s:28:\"Scrolling Effects (Parallax)\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:14:\"glass-morphism\";a:6:{s:4:\"slug\";s:14:\"glass-morphism\";s:5:\"title\";s:14:\"Glass Morphism\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:13:\"css-transform\";a:6:{s:4:\"slug\";s:13:\"css-transform\";s:5:\"title\";s:13:\"CSS Transform\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:16:\"advanced-tooltip\";a:6:{s:4:\"slug\";s:16:\"advanced-tooltip\";s:5:\"title\";s:16:\"Advanced Tooltip\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:15:\"one-page-scroll\";a:6:{s:4:\"slug\";s:15:\"one-page-scroll\";s:5:\"title\";s:15:\"One Page Scroll\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:15:\"dynamic-content\";a:7:{s:4:\"slug\";s:15:\"dynamic-content\";s:5:\"title\";s:15:\"Dynamic Content\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:2:{i:0;s:3:\"new\";i:1;s:4:\"beta\";}}s:6:\"sticky\";a:6:{s:4:\"slug\";s:6:\"sticky\";s:5:\"title\";s:6:\"Sticky\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:18:\"entrance-animation\";a:6:{s:4:\"slug\";s:18:\"entrance-animation\";s:5:\"title\";s:18:\"Entrance Animation\";s:7:\"package\";s:4:\"free\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:10:\"mouse-tilt\";a:6:{s:4:\"slug\";s:10:\"mouse-tilt\";s:5:\"title\";s:10:\"Mouse Tilt\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:11:\"mouse-track\";a:6:{s:4:\"slug\";s:11:\"mouse-track\";s:5:\"title\";s:11:\"Mouse Track\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:7:\"masking\";a:7:{s:4:\"slug\";s:7:\"masking\";s:5:\"title\";s:7:\"Masking\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:10:\"custom-css\";a:7:{s:4:\"slug\";s:10:\"custom-css\";s:5:\"title\";s:10:\"Custom CSS\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:18:\"display-conditions\";a:7:{s:4:\"slug\";s:18:\"display-conditions\";s:5:\"title\";s:18:\"Display Conditions\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:13:\"smooth-scroll\";a:7:{s:4:\"slug\";s:13:\"smooth-scroll\";s:5:\"title\";s:13:\"Smooth Scroll\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:12:\"interactions\";a:7:{s:4:\"slug\";s:12:\"interactions\";s:5:\"title\";s:12:\"Interactions\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:0;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:8:\"particle\";a:7:{s:4:\"slug\";s:8:\"particle\";s:5:\"title\";s:8:\"Particle\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:0;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:10:\"scroll-spy\";a:7:{s:4:\"slug\";s:10:\"scroll-spy\";s:5:\"title\";s:10:\"Scroll Spy\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:0;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:14:\"video-scroller\";a:7:{s:4:\"slug\";s:14:\"video-scroller\";s:5:\"title\";s:14:\"Video Scroller\";s:7:\"package\";s:3:\"pro\";s:12:\"auto_enqueue\";b:0;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:1:{i:0;s:3:\"new\";}}s:13:\"class-manager\";a:7:{s:4:\"slug\";s:13:\"class-manager\";s:5:\"title\";s:13:\"Class Manager\";s:7:\"package\";s:4:\"free\";s:12:\"auto_enqueue\";b:1;s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:8:\"inactive\";s:5:\"badge\";a:2:{i:0;s:3:\"new\";i:1;s:4:\"beta\";}}}','auto'),
(291,'gutenkit_settings_list','a:17:{s:10:\"google_map\";a:9:{s:4:\"slug\";s:10:\"google_map\";s:5:\"title\";s:10:\"Google Map\";s:11:\"description\";s:107:\"Integrate Google Maps services to enable location-based features into your website. Use the Google Map API.\";s:7:\"package\";s:3:\"pro\";s:10:\"token_link\";s:71:\"https://developers.google.com/maps/documentation/javascript/get-api-key\";s:6:\"fields\";a:1:{s:7:\"api_key\";a:2:{s:5:\"label\";s:7:\"API key\";s:5:\"value\";s:0:\"\";}}s:6:\"status\";s:6:\"active\";s:11:\"clear_cache\";b:1;s:8:\"category\";s:15:\"api-integration\";}s:9:\"mailchimp\";a:7:{s:4:\"slug\";s:9:\"mailchimp\";s:5:\"title\";s:9:\"Mailchimp\";s:11:\"description\";s:85:\"Use MailChimp API key to securely integrate your MailChimp account with our services.\";s:7:\"package\";s:4:\"free\";s:6:\"fields\";a:1:{s:7:\"api_key\";a:2:{s:5:\"label\";s:7:\"API Key\";s:5:\"value\";s:0:\"\";}}s:6:\"status\";s:6:\"active\";s:8:\"category\";s:15:\"api-integration\";}s:13:\"facebook_feed\";a:11:{s:4:\"slug\";s:13:\"facebook_feed\";s:5:\"title\";s:18:\"Facebook Page Feed\";s:11:\"description\";s:113:\"To show Facebook page feed on your website, enter your unique Page ID and Page Access Token to connect your page.\";s:7:\"package\";s:3:\"pro\";s:6:\"fields\";a:3:{s:7:\"page_id\";a:2:{s:5:\"label\";s:7:\"Page ID\";s:5:\"value\";s:0:\"\";}s:12:\"aceess_token\";a:2:{s:5:\"label\";s:17:\"Page Access Token\";s:5:\"value\";s:0:\"\";}s:15:\"expiration_time\";a:3:{s:5:\"label\";s:24:\"Expiration Time In Hours\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"number\";}}s:11:\"clear_cache\";b:1;s:22:\"access_token_generator\";b:1;s:6:\"status\";s:6:\"active\";s:13:\"transient_key\";s:22:\"gutenkit_facebook_feed\";s:8:\"category\";s:15:\"api-integration\";s:10:\"token_link\";s:218:\"https://token.wpmet.com/social_token.php?provider=facebook&_for=page&app=2577123062406162&sec=a4656a1cae5e33ff0c18ee38efaa47ac&scope=pages_show_list,pages_read_engagement,pages_manage_engagement,pages_read_user_content\";}s:9:\"instagram\";a:10:{s:4:\"slug\";s:9:\"instagram\";s:5:\"title\";s:9:\"Instagram\";s:11:\"description\";s:124:\"To Showcase Instagram Feed on your website, enter User ID, Access Token, Expiry Date, & Generation Date of the access token.\";s:7:\"package\";s:3:\"pro\";s:6:\"fields\";a:3:{s:7:\"user_id\";a:2:{s:5:\"label\";s:7:\"User ID\";s:5:\"value\";s:0:\"\";}s:5:\"token\";a:2:{s:5:\"label\";s:12:\"Access Token\";s:5:\"value\";s:0:\"\";}s:17:\"token_expiry_time\";a:3:{s:5:\"label\";s:17:\"Token Expiry Time\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"number\";}}s:11:\"clear_cache\";b:1;s:22:\"access_token_generator\";b:1;s:6:\"status\";s:6:\"active\";s:8:\"category\";s:15:\"api-integration\";s:10:\"token_link\";s:59:\"https://token.wpmet.com/social_token.php?provider=instagram\";}s:15:\"facebook_review\";a:10:{s:4:\"slug\";s:15:\"facebook_review\";s:5:\"title\";s:20:\"Facebook Page Review\";s:11:\"description\";s:114:\"To showcase reviews from your Facebook page, enter your unique Page ID and Page Access Token to connect your page.\";s:7:\"package\";s:3:\"pro\";s:6:\"fields\";a:2:{s:7:\"page_id\";a:2:{s:5:\"label\";s:7:\"Page ID\";s:5:\"value\";s:0:\"\";}s:12:\"aceess_token\";a:2:{s:5:\"label\";s:17:\"Page Access Token\";s:5:\"value\";s:0:\"\";}}s:11:\"clear_cache\";b:1;s:22:\"access_token_generator\";b:1;s:6:\"status\";s:8:\"inactive\";s:8:\"category\";s:15:\"api-integration\";s:10:\"token_link\";s:68:\"https://token.wpmet.com/social_token.php?provider=facebook&_for=page\";}s:4:\"yelp\";a:7:{s:4:\"slug\";s:4:\"yelp\";s:5:\"title\";s:4:\"Yelp\";s:11:\"description\";s:111:\"Use your Yelp Business Page ID to manage your online reputation such as reviews, ratings, and business details.\";s:7:\"package\";s:3:\"pro\";s:6:\"fields\";a:1:{s:4:\"page\";a:2:{s:5:\"label\";s:9:\"Yelp Page\";s:5:\"value\";s:0:\"\";}}s:6:\"status\";s:8:\"inactive\";s:8:\"category\";s:15:\"api-integration\";}s:7:\"dribble\";a:10:{s:4:\"slug\";s:7:\"dribble\";s:5:\"title\";s:17:\"Dribble User Data\";s:11:\"description\";s:98:\"Enter Access Token to enable Dribbble services like viewing and interacting with your design work.\";s:7:\"package\";s:3:\"pro\";s:6:\"fields\";a:1:{s:5:\"token\";a:2:{s:5:\"label\";s:12:\"Access Token\";s:5:\"value\";s:0:\"\";}}s:11:\"clear_cache\";b:1;s:22:\"access_token_generator\";b:1;s:6:\"status\";s:8:\"inactive\";s:8:\"category\";s:15:\"api-integration\";s:10:\"token_link\";s:58:\"https://token.wpmet.com/social_token.php?provider=dribbble\";}s:7:\"twitter\";a:10:{s:4:\"slug\";s:7:\"twitter\";s:5:\"title\";s:7:\"Twitter\";s:11:\"description\";s:109:\"Connect your Twitter handle and show your tweets on your website. Use your Twitter username and Access Token.\";s:7:\"package\";s:3:\"pro\";s:6:\"fields\";a:2:{s:8:\"username\";a:2:{s:5:\"label\";s:8:\"Username\";s:5:\"value\";s:0:\"\";}s:5:\"token\";a:2:{s:5:\"label\";s:12:\"Access Token\";s:5:\"value\";s:0:\"\";}}s:11:\"clear_cache\";b:1;s:22:\"access_token_generator\";b:1;s:6:\"status\";s:8:\"inactive\";s:8:\"category\";s:15:\"api-integration\";s:10:\"token_link\";s:50:\"https://token.wpmet.com/index.php?provider=twitter\";}s:4:\"zoom\";a:9:{s:4:\"slug\";s:4:\"zoom\";s:5:\"title\";s:4:\"Zoom\";s:11:\"description\";s:99:\"Use your Zoom API Key and Secret Key to facilitate scheduling, managing, and hosting Zoom meetings.\";s:7:\"package\";s:3:\"pro\";s:6:\"fields\";a:2:{s:7:\"api_key\";a:2:{s:5:\"label\";s:7:\"Api key\";s:5:\"value\";s:0:\"\";}s:10:\"secret_key\";a:2:{s:5:\"label\";s:10:\"Secret Key\";s:5:\"value\";s:0:\"\";}}s:22:\"access_token_generator\";b:1;s:6:\"status\";s:8:\"inactive\";s:8:\"category\";s:15:\"api-integration\";s:10:\"token_link\";s:47:\"https://token.wpmet.com/index.php?provider=zoom\";}s:16:\"asset_generation\";a:5:{s:4:\"slug\";s:16:\"asset_generation\";s:5:\"title\";s:16:\"Asset Generation\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";s:8:\"category\";s:16:\"asset-generation\";}s:17:\"unfiltered_upload\";a:5:{s:4:\"slug\";s:17:\"unfiltered_upload\";s:5:\"title\";s:17:\"Unfiltered Upload\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";s:8:\"category\";s:8:\"advanced\";}s:12:\"remote_image\";a:5:{s:4:\"slug\";s:12:\"remote_image\";s:5:\"title\";s:12:\"Remote Image\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:8:\"inactive\";s:8:\"category\";s:8:\"advanced\";}s:17:\"load_google_fonts\";a:5:{s:4:\"slug\";s:17:\"load_google_fonts\";s:5:\"title\";s:25:\"Load Google Fonts locally\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:8:\"inactive\";s:8:\"category\";s:8:\"advanced\";}s:21:\"gutenkit_user_consent\";a:5:{s:4:\"slug\";s:21:\"gutenkit_user_consent\";s:5:\"title\";s:12:\"User Consent\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";s:8:\"category\";s:8:\"advanced\";}s:15:\"version_control\";a:6:{s:4:\"slug\";s:15:\"version_control\";s:5:\"title\";s:15:\"Version Control\";s:7:\"package\";s:4:\"free\";s:5:\"value\";s:5:\"1.0.0\";s:6:\"status\";s:6:\"active\";s:8:\"category\";s:15:\"version-control\";}s:10:\"transition\";a:6:{s:4:\"slug\";s:10:\"transition\";s:5:\"title\";s:10:\"Transition\";s:7:\"package\";s:4:\"free\";s:5:\"value\";a:2:{s:19:\"transition_duration\";s:4:\"0.4s\";s:26:\"transition_timing_function\";s:4:\"ease\";}s:6:\"status\";s:8:\"inactive\";s:8:\"category\";s:24:\"global-custom-properties\";}s:18:\"image_lazy_loading\";a:5:{s:4:\"slug\";s:18:\"image_lazy_loading\";s:5:\"title\";s:18:\"Image Lazy Loading\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";s:8:\"category\";s:11:\"performance\";}}','auto'),
(294,'gutenkit-blocks-addon__banner_last_check','1760545865','auto'),
(295,'gutenkit-blocks-addon__banner_data','O:8:\"stdClass\":10:{s:8:\"10020931\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020931;s:5:\"title\";s:29:\"Wpmet Halloween Own page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,386 Now!\";s:11:\"notice_body\";s:771:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">🎃 <strong data-start=\"532\" data-end=\"567\">No Tricks, Just Massive Treats!</strong></span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live — and it’s <em data-start=\"1852\" data-end=\"1881\">scary how much you’ll save!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,986 on the All-in-One WordPress Plugin Bundle (78% OFF)</strong><br data-start=\"728\" data-end=\"731\" />Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10020929\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020929;s:5:\"title\";s:30:\"Wpmet Halloween Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,386 Now!\";s:11:\"notice_body\";s:771:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">🎃 <strong data-start=\"532\" data-end=\"567\">No Tricks, Just Massive Treats!</strong></span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live — and it’s <em data-start=\"1852\" data-end=\"1881\">scary how much you’ll save!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,986 on the All-in-One WordPress Plugin Bundle (78% OFF)</strong><br data-start=\"728\" data-end=\"731\" />Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10019444\";O:8:\"stdClass\":7:{s:2:\"id\";i:10019444;s:5:\"title\";s:27:\"Wpmet Birthday 2025 ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice51\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday 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, PopupKit, 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:\"10018928\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018928;s:5:\"title\";s:29:\"Wpmet Birthday 2025 dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice50\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday 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, PopupKit, 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:\"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:\"\";}}}','auto'),
(296,'metform__banner_last_check','1760545865','auto'),
(297,'metform__banner_data','O:8:\"stdClass\":10:{s:8:\"10020931\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020931;s:5:\"title\";s:29:\"Wpmet Halloween Own page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,386 Now!\";s:11:\"notice_body\";s:771:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">🎃 <strong data-start=\"532\" data-end=\"567\">No Tricks, Just Massive Treats!</strong></span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live — and it’s <em data-start=\"1852\" data-end=\"1881\">scary how much you’ll save!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,986 on the All-in-One WordPress Plugin Bundle (78% OFF)</strong><br data-start=\"728\" data-end=\"731\" />Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10020929\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020929;s:5:\"title\";s:30:\"Wpmet Halloween Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,386 Now!\";s:11:\"notice_body\";s:771:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">🎃 <strong data-start=\"532\" data-end=\"567\">No Tricks, Just Massive Treats!</strong></span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live — and it’s <em data-start=\"1852\" data-end=\"1881\">scary how much you’ll save!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,986 on the All-in-One WordPress Plugin Bundle (78% OFF)</strong><br data-start=\"728\" data-end=\"731\" />Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10019444\";O:8:\"stdClass\":7:{s:2:\"id\";i:10019444;s:5:\"title\";s:27:\"Wpmet Birthday 2025 ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice51\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday 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, PopupKit, 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:\"10018928\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018928;s:5:\"title\";s:29:\"Wpmet Birthday 2025 dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice50\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday 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, PopupKit, 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:\"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:\"\";}}}','auto'),
(298,'emailkit__banner_last_check','1760545866','auto'),
(299,'emailkit__banner_data','O:8:\"stdClass\":10:{s:8:\"10020931\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020931;s:5:\"title\";s:29:\"Wpmet Halloween Own page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,386 Now!\";s:11:\"notice_body\";s:771:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">🎃 <strong data-start=\"532\" data-end=\"567\">No Tricks, Just Massive Treats!</strong></span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live — and it’s <em data-start=\"1852\" data-end=\"1881\">scary how much you’ll save!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,986 on the All-in-One WordPress Plugin Bundle (78% OFF)</strong><br data-start=\"728\" data-end=\"731\" />Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10020929\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020929;s:5:\"title\";s:30:\"Wpmet Halloween Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,386 Now!\";s:11:\"notice_body\";s:771:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">🎃 <strong data-start=\"532\" data-end=\"567\">No Tricks, Just Massive Treats!</strong></span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live — and it’s <em data-start=\"1852\" data-end=\"1881\">scary how much you’ll save!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,986 on the All-in-One WordPress Plugin Bundle (78% OFF)</strong><br data-start=\"728\" data-end=\"731\" />Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10019444\";O:8:\"stdClass\":7:{s:2:\"id\";i:10019444;s:5:\"title\";s:27:\"Wpmet Birthday 2025 ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice51\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday 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, PopupKit, 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:\"10018928\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018928;s:5:\"title\";s:29:\"Wpmet Birthday 2025 dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice50\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday 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, PopupKit, 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:\"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:\"\";}}}','auto'),
(300,'getgenie__banner_last_check','1760545866','auto'),
(301,'getgenie__banner_data','O:8:\"stdClass\":10:{s:8:\"10020927\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020927;s:5:\"title\";s:33:\"GetGenie Halloween Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://getgenie.ai/genienoticeh45\";s:11:\"button_text\";s:18:\"Go pro & Save $534\";s:11:\"notice_body\";s:512:\"<strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">👻 <strong data-start=\"85\" data-end=\"128\">GetGenie’s Spooktacular Halloween Deal!</strong></span></strong><strong style=\"font-size: 20px; padding: 6px 0 5px; color: #; display: block;\">Get <strong data-start=\"135\" data-end=\"146\">45% OFF</strong> your GetGenie subscription today!</strong>Save <strong data-start=\"968\" data-end=\"976\">$534</strong> and unleash AI-powered content and SEO magic in WordPress!\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.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:\"10020926\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020926;s:5:\"title\";s:33:\"GetGenie Halloween Home Page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://getgenie.ai/genienoticeh45\";s:11:\"button_text\";s:18:\"Go pro & Save $534\";s:11:\"notice_body\";s:512:\"<strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">👻 <strong data-start=\"85\" data-end=\"128\">GetGenie’s Spooktacular Halloween Deal!</strong></span></strong><strong style=\"font-size: 20px; padding: 6px 0 5px; color: #; display: block;\">Get <strong data-start=\"135\" data-end=\"146\">45% OFF</strong> your GetGenie subscription today!</strong>Save <strong data-start=\"968\" data-end=\"976\">$534</strong> and unleash AI-powered content and SEO magic in WordPress!\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.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:\"10020279\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020279;s:5:\"title\";s:28:\"GetGenie 30K Notice Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1757203200;s:3:\"end\";i:1758499200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://getgenie.ai//30knotice\";s:11:\"button_text\";s:12:\"Upgrade Now!\";s:11:\"notice_body\";s:370:\"<strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">GetGenie 30K+ Celebration Deal!!</span></strong><strong style=\"font-size: 20px; padding: 6px 0 5px; color: #; display: block;\">Get 50% off your GetGenie subscription today!</strong><em>Save $594 and invest in an AI that scales your content, and SEO in WordPress.</em>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/50-OFF-getgenie.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:\"10020278\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020278;s:5:\"title\";s:29:\"GetGenie 30K Notice Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1757203200;s:3:\"end\";i:1758499200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://getgenie.ai//30knotice\";s:11:\"button_text\";s:12:\"Upgrade Now!\";s:11:\"notice_body\";s:370:\"<strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">GetGenie 30K+ Celebration Deal!!</span></strong><strong style=\"font-size: 20px; padding: 6px 0 5px; color: #; display: block;\">Get 50% off your GetGenie subscription today!</strong><em>Save $594 and invest in an AI that scales your content, and SEO in WordPress.</em>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/50-OFF-getgenie.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:\"10019446\";O:8:\"stdClass\":7:{s:2:\"id\";i:10019446;s:5:\"title\";s:43:\"Wpmet Birthday GetGenie notice ownpage 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice53\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:551:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday Super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Personal AI Assistant for Content &amp; SEO on Sale!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save $534+</strong> this Holiday and invest in an AI that scales your marketing, content, and SEO operation in WordPress. <strong>Get 45% off your GetGenie subscription today.</strong></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.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:\"10019445\";O:8:\"stdClass\":7:{s:2:\"id\";i:10019445;s:5:\"title\";s:45:\"Wpmet Birthday GetGenie notice dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice52\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:551:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday Super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Personal AI Assistant for Content &amp; SEO on Sale!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save $534+</strong> this Holiday and invest in an AI that scales your marketing, content, and SEO operation in WordPress. <strong>Get 45% off your GetGenie subscription today.</strong></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.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:\"10018693\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018693;s:5:\"title\";s:44:\"GetGenie 4th of July Flash Sale 2025 ownpage\";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:28:\"https://getgenie.ai/notice45\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:517:\"<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;\">Personal AI Assistant for Content &amp; SEO on Sale!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\">Save $534+ this Holiday and invest in an AI that scales your marketing, content, and SEO operation in WordPress. Get 45% off your GetGenie subscription today.</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.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:\"10018692\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018692;s:5:\"title\";s:46:\"GetGenie 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:28:\"https://getgenie.ai/notice45\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:517:\"<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;\">Personal AI Assistant for Content &amp; SEO on Sale!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\">Save $534+ this Holiday and invest in an AI that scales your marketing, content, and SEO operation in WordPress. Get 45% off your GetGenie subscription today.</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.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:\"10017508\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017508;s:5:\"title\";s:37:\"GetGenie 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:27:\"www.getgenie.ai/summer-sale\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:515:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Pre Summer Sale of GetGenie!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Personal AI Assistant for Content &amp; SEO on Sale!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\">Save $475+ this Holiday and invest in an AI that scales your marketing, content, and SEO operation in WordPress. Get 40% off your GetGenie subscription today.</p>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.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:\"10017506\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017506;s:5:\"title\";s:35:\"GetGenie Summer Notice Ownpage 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:27:\"www.getgenie.ai/summer-sale\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:515:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer Sale of GetGenie!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Personal AI Assistant for Content &amp; SEO on Sale!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\">Save $475+ this Holiday and invest in an AI that scales your marketing, content, and SEO operation in WordPress. Get 40% off your GetGenie subscription today.</p>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','auto'),
(302,'elementor_unfiltered_files_upload','1','auto'),
(305,'elementor_pro_theme_builder_conditions','a:0:{}','auto'),
(306,'getgenie_install_date','2025-10-15 04:36:04','auto'),
(307,'gutenkit-blocks-addon_install_date','2025-10-15 04:36:04','auto'),
(308,'popup-builder-block_install_date','2025-10-15 04:36:04','auto'),
(309,'metform_install_date','2025-10-15 04:36:04','auto'),
(310,'emailkit_install_date','2025-10-15 04:36:04','auto'),
(311,'wp-social_install_date','2025-10-15 04:36:04','auto'),
(318,'dethemekit_option','a:5:{s:19:\"de_scroll_animation\";s:1:\"1\";s:19:\"de_reveal_animation\";s:1:\"1\";s:13:\"de_staggering\";s:1:\"1\";s:11:\"de_carousel\";s:1:\"1\";s:10:\"de_gallery\";s:1:\"1\";}','auto'),
(322,'wp-reset','a:4:{s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"2.06\";s:13:\"first_install\";i:1760546388;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:8:\"last_run\";a:0:{}s:7:\"options\";a:0:{}}','on'),
(327,'eael_setup_wizard','init','auto'),
(328,'eael_save_settings','a:69:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:16:\"woo-product-list\";i:1;s:17:\"woo-product-price\";i:1;s:18:\"woo-product-rating\";i:1;s:11:\"breadcrumbs\";i:1;s:12:\"code-snippet\";i:1;s:18:\"woo-product-images\";i:1;s:15:\"woo-add-to-cart\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:12:\"woo-checkout\";i:1;s:8:\"woo-cart\";i:1;s:14:\"login-register\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";i:1;s:20:\"woo-product-carousel\";i:1;s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";i:1;s:18:\"interactive-circle\";i:1;s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";i:1;s:8:\"svg-draw\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;s:13:\"scroll-to-top\";i:1;s:12:\"wrapper-link\";i:1;s:20:\"special-hover-effect\";i:1;s:19:\"liquid-glass-effect\";i:1;}','auto'),
(329,'eael_version','6.3.3','auto'),
(330,'essential-addons-for-elementor-lite_notices','a:3:{s:21:\"ea8th_birthday_notice\";a:4:{s:5:\"start\";i:1760546502;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"6.3.3\";s:6:\"expire\";i:1754258400;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1761151302;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:5:\"6.3.3\";}}','off'),
(332,'_templately_migrate','3.4.1','off'),
(333,'templately_notices','a:3:{s:7:\"holiday\";a:4:{s:5:\"start\";i:1760546522;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.4.1\";s:6:\"expire\";i:1736553599;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"upsale\";a:2:{s:5:\"start\";i:1761410535;s:7:\"refresh\";s:5:\"3.4.1\";}}','off'),
(335,'essential_blocks_notices','a:5:{s:6:\"opt_in\";a:2:{s:5:\"start\";i:1760719332;s:7:\"refresh\";s:5:\"5.7.2\";}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1761151333;s:10:\"recurrence\";i:15;s:7:\"refresh\";s:5:\"5.7.2\";}s:10:\"early_bird\";a:2:{s:5:\"start\";i:1760632935;s:7:\"refresh\";s:5:\"5.7.2\";}s:14:\"milestone_sale\";a:3:{s:5:\"start\";i:1760546536;s:6:\"expire\";i:1759276799;s:7:\"refresh\";s:5:\"5.7.2\";}}','off'),
(336,'eb_settings','a:1:{s:21:\"responsiveBreakpoints\";s:28:\"{\"tablet\":1024,\"mobile\":767}\";}','auto'),
(337,'essential_blocks_user_type','new','auto'),
(338,'essential_blocks_version','5.7.2','auto'),
(339,'elementor_pro_remote_info_api_data_3.18.2','a:2:{s:7:\"timeout\";i:1760589733;s:5:\"value\";s:247712:\"{\"stable_version\":\"3.32.2\",\"last_updated\":\"2025-09-29 12:32:45\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:231955:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.32.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.8.3\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzYwNTQ1MzQ1LCJleHAiOjE3NjA2MzE3NDV9.5uyaMW820dOakgbUonJVpe5Ok1s4JaVQWn1z1TPwMxQ\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzYwNTQ1MzQ1LCJleHAiOjE3NjA2MzE3NDV9.5uyaMW820dOakgbUonJVpe5Ok1s4JaVQWn1z1TPwMxQ\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.8.3\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJpYXQiOjE3NjA1NDUzNDUsImV4cCI6MTc2MDYzMTc0NX0.IWo7d92jvctLEjbeOU5nNBVhooEbS5mEPbp5mYDxAec\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJpYXQiOjE3NjA1NDUzNDUsImV4cCI6MTc2MDYzMTc0NX0.IWo7d92jvctLEjbeOU5nNBVhooEbS5mEPbp5mYDxAec\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','off'),
(341,'eael_editor_updated_at','1765030882','auto'),
(342,'eael_global_settings','a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}','auto'),
(343,'_elementor_assets_data','a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:13:{s:14:\"fas-quote-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:371:\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\";s:3:\"key\";s:14:\"fas-quote-left\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fab-facebook-f\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:172:\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\";s:3:\"key\";s:14:\"fab-facebook-f\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-play\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:111:\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\";s:3:\"key\";s:8:\"fas-play\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"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\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"eicon-chevron-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\";s:3:\"key\";s:18:\"eicon-chevron-left\";}s:7:\"version\";s:6:\"5.13.0\";}s:19:\"eicon-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\";s:3:\"key\";s:19:\"eicon-chevron-right\";}s:7:\"version\";s:6:\"5.13.0\";}s:10:\"fas-search\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:345:\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\";s:3:\"key\";s:10:\"fas-search\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"eicon-close\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:361:\"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z\";s:3:\"key\";s:11:\"eicon-close\";}s:7:\"version\";s:6:\"5.13.0\";}s:14:\"eicon-menu-bar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:279:\"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z\";s:3:\"key\";s:14:\"eicon-menu-bar\";}s:7:\"version\";s:6:\"5.13.0\";}s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-caret-up\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:160:\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\";s:3:\"key\";s:12:\"fas-caret-up\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','auto'),
(348,'_elementor_element_cache_unique_id','7cb74a01181f1e0feca25e61d2f4a39e','auto'),
(355,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:8;}}','off'),
(364,'category_children','a:0:{}','auto'),
(480,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":6,\"critical\":2}','on'),
(588,'allowed_astra_notices','a:1:{i:0;s:18:\"astra-optin-notice\";}','auto'),
(618,'elementor_library_category_children','a:0:{}','auto'),
(1100,'mnx_wp_auth','{\"796a75aa5b79ca448f2e2b840da71c59\":{\"attempts\":2,\"time\":0},\"a3a45e4379ad480d1c51a337fb56921f\":{\"attempts\":2,\"time\":0},\"581db1194d282fa1fec7c62b84fbeccb\":{\"attempts\":3,\"time\":0},\"ed7300578116ce03cc6f6dc646e70907\":{\"attempts\":1,\"time\":0},\"9b809de70d176a6315e505c09091203b\":{\"attempts\":3,\"time\":0},\"ed24522f561b122c4f0a7630fa5f735c\":{\"attempts\":1,\"time\":0},\"3ffffc789f126c36dca1313a64a55e88\":{\"attempts\":3,\"time\":0},\"370ad4b2b2fabd01b7ac0a949df7b71d\":{\"attempts\":3,\"time\":0},\"4541f6b3e566a3ea6a3aed5ede833b72\":{\"attempts\":2,\"time\":0},\"d725872ad37b9247b7e95424a0df88ec\":{\"attempts\":2,\"time\":0},\"c82e94a4c58e9797be6a327ba43e259d\":{\"attempts\":2,\"time\":0},\"02889062f6dec175ff588c40d73ab34e\":{\"attempts\":1,\"time\":0},\"2ee07e38f43cb828b125c1ea4bda5a89\":{\"attempts\":2,\"time\":0},\"d8583a3e79925afcfd80e8f97d6cdee3\":{\"attempts\":2,\"time\":0},\"899b43f2ea4aaf70d8edc737535ed97c\":{\"attempts\":5,\"time\":0},\"ba1363077040f43b0f3d117634ca914e\":{\"attempts\":3,\"time\":0},\"7073b8a17ce087acf962ae517695e7b0\":{\"attempts\":2,\"time\":0},\"71939f3fe745b73ebb77499ea4afab1c\":{\"attempts\":2,\"time\":0},\"6cc0f5c7110b70a11b1c5c4be5326d47\":{\"attempts\":2,\"time\":0},\"14b2bc4f5f1fc3ebe9a0468a18a46bbd\":{\"attempts\":1,\"time\":0},\"47350bcbc7ea9bf6c73d4e07d8bd952d\":{\"attempts\":4,\"time\":0},\"6e47c913c7507cb738eb463acb921295\":{\"attempts\":3,\"time\":0},\"219c336e44ff8e1777474656c53ad065\":{\"attempts\":3,\"time\":0},\"0f6c662f5426e9240efc723835a715bf\":{\"attempts\":4,\"time\":0},\"541e1d71f934364807086dace95660fc\":{\"attempts\":3,\"time\":0},\"e39b401a6507556d8581dbde47caeb01\":{\"attempts\":3,\"time\":0},\"42ffedc2b4fbecc13348b4e2b4492c01\":{\"attempts\":4,\"time\":0},\"27ff2e513159f61dcaac6341ba1d01b6\":{\"attempts\":2,\"time\":0},\"c5de34492a8f3cc30c2d74df7db4773e\":{\"attempts\":1,\"time\":0},\"bf53c68f534e30e4418b9eb022e55394\":{\"attempts\":3,\"time\":0},\"94d983342177b594327d854a3edb170d\":{\"attempts\":1,\"time\":0},\"f9fd4e5da66780b93ee61531273f8fed\":{\"attempts\":1,\"time\":0},\"b8e8618569db1bbaf86f06996da056a8\":{\"attempts\":1,\"time\":0},\"dd0115edf71b988d51ea270a245bd62b\":{\"attempts\":1,\"time\":0},\"2f41d9b0c6d43e71a5505073710a72c2\":{\"attempts\":1,\"time\":0},\"935444c2f1a28dc80470972c918ff9b1\":{\"attempts\":2,\"time\":0},\"68170736664b3a72b65c20713182efed\":{\"attempts\":3,\"time\":0},\"fa952b2f4db1ab12754bcdab4e6be904\":{\"attempts\":2,\"time\":0},\"82fef47ecd20654f3ac9beb4eec4e773\":{\"attempts\":1,\"time\":0},\"c705774173ab727127aab3ed5411e986\":{\"attempts\":2,\"time\":0},\"5d2ed248267ac1e0a53f8d2dcf14b412\":{\"attempts\":2,\"time\":0},\"0332346c11d73d4b745abb03bab4cbbf\":{\"attempts\":2,\"time\":0},\"f033cbadab5e6478f9492ddacdf3d2e3\":{\"attempts\":2,\"time\":0},\"532804c218ceb655815c8da618161838\":{\"attempts\":1,\"time\":0},\"18b63f01c19a94b7f7d1f6377e64ca50\":{\"attempts\":1,\"time\":0},\"55180715ba50b9df958f7a794e723d3e\":{\"attempts\":1,\"time\":0},\"70592ea1446b688b15dd9f0690bf307f\":{\"attempts\":1,\"time\":0},\"4ef14b294146a4952ab9da7c2ec00271\":{\"attempts\":1,\"time\":0},\"824f58a0719c23d4f4aec9f8c6d80683\":{\"attempts\":1,\"time\":0},\"e02a18266bafd0acfb6f73dad6f395c5\":{\"attempts\":2,\"time\":0},\"761860624fa0c437820ca53bd3de0335\":{\"attempts\":3,\"time\":0},\"6597fbdf7ad20ee9c27a404931cfaac6\":{\"attempts\":2,\"time\":0},\"c1c9542e1965cb01e74408b8e2c149c1\":{\"attempts\":1,\"time\":0},\"cc759ba685675dba9bd99096881c9021\":{\"attempts\":5,\"time\":0},\"658b7960f46bc216a137921d241814a4\":{\"attempts\":4,\"time\":0},\"f00a1381555235a01cb1677cdf058f6e\":{\"attempts\":3,\"time\":0},\"b4fa7292c970d7ce866a0507a78eb278\":{\"attempts\":1,\"time\":0},\"9ffed4a5babd6bc0da313b2449b397f6\":{\"attempts\":4,\"time\":0},\"67cedd089cb0d4cac80a302b04ea49e6\":{\"attempts\":3,\"time\":0},\"9eeb5fbc2722a7c9001aa3c41d226999\":{\"attempts\":2,\"time\":0},\"d987e221b7db585034e4e2d6bf13aabf\":{\"attempts\":2,\"time\":0},\"4c8374ef9584914e98bdd51c1b31cbcc\":{\"attempts\":2,\"time\":0},\"caf9f51948f0eda67ae7f8f1123ccac7\":{\"attempts\":2,\"time\":0},\"40cf801215dd77b9210978fffb29b69c\":{\"attempts\":3,\"time\":0},\"057ad8623d5241a4467d5b03a65053a4\":{\"attempts\":5,\"time\":0},\"0feb36b8a0e86869862c41f4f818fc23\":{\"attempts\":2,\"time\":0},\"fbbc2d4e174547595c78d3747e953f44\":{\"attempts\":1,\"time\":0},\"45d10d321a2a7d61df984c7e1f45596d\":{\"attempts\":3,\"time\":0},\"8da16281d1b3d2af7c0e3e31de5db01a\":{\"attempts\":2,\"time\":0},\"0c043048102e1b53123ed221c77ea69b\":{\"attempts\":1,\"time\":0},\"cb25f3cf00b3e25362abf48f344b02cc\":{\"attempts\":2,\"time\":0},\"0315cc62529bf77e9cd37ee93a3441f5\":{\"attempts\":4,\"time\":0},\"01b19a89a6854355400bdb9dde3b5e31\":{\"attempts\":1,\"time\":0},\"b122604f25c3a82f8f7d3bad35c2a327\":{\"attempts\":1,\"time\":0},\"554ad9ab50a5e21e105cde0a817589d9\":{\"attempts\":2,\"time\":0},\"824b3eff3b4aafb8c3bd9fca733302cd\":{\"attempts\":1,\"time\":0},\"dd07b0b49800d1270e4f0c23b542e0b0\":{\"attempts\":3,\"time\":0},\"99d36214cfc409fbdee3623cc28630c1\":{\"attempts\":3,\"time\":0},\"4cfd987d5b890a8713cde4ca8a73f56a\":{\"attempts\":2,\"time\":0},\"377e9b68020fd48ad8523776a8643ce8\":{\"attempts\":3,\"time\":0},\"ee75954a27c76a704d1d17b0ac4874e8\":{\"attempts\":4,\"time\":0},\"fe579be7f7962d180a4ce9b628c0995c\":{\"attempts\":1,\"time\":0},\"d9d44b31ee372123111e176ebc731f1c\":{\"attempts\":2,\"time\":0},\"b6212eda9dcbebbaad7481dd9934aa0b\":{\"attempts\":1,\"time\":0},\"bbb7775130aa542e9da71e534c50139f\":{\"attempts\":2,\"time\":0},\"e8a10f0950b0a8861a7bd5d711cc26af\":{\"attempts\":2,\"time\":0},\"0627d77c374a110e5391e26111d6d8e0\":{\"attempts\":1,\"time\":0},\"9bbb140fb3cd03b4fb9de72368ef1043\":{\"attempts\":1,\"time\":0},\"35f7e84bba7d5b982d36799e9822567f\":{\"attempts\":2,\"time\":0},\"1c88933de88af84b12c70ee3fe7967cc\":{\"attempts\":1,\"time\":0},\"5f33599c8159832a36d697b4c23ef675\":{\"attempts\":3,\"time\":0}}','auto'),
(4753,'wp_notes_notify','1','on'),
(4754,'db_upgraded','','on'),
(4756,'_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:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.9\";s:7:\"version\";s:3:\"6.9\";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:1765431801;s:15:\"version_checked\";s:3:\"6.9\";s:12:\"translations\";a:0:{}}','off'),
(4757,'can_compress_scripts','0','auto'),
(4882,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1765472929','off'),
(4883,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','off'),
(4961,'_site_transient_timeout_browser_3c9fc7ddec9b58823c1c96756dbd45d8','1765536395','off'),
(4962,'_site_transient_browser_3c9fc7ddec9b58823c1c96756dbd45d8','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"142.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(4980,'_transient_timeout_elementor_image_optimization_campaign','1767523852','off'),
(4981,'_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'),
(5179,'_transient_is_multi_author','0','on'),
(5618,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1765470525;s:8:\"response\";a:15:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.6.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:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}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.33.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.4.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.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.7.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.jpg?rev=3250020\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.jpg?rev=3250020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"6.5.3\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.6.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.gif?rev=3182943\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.gif?rev=3182943\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=3349213\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=3349213\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:37:\"essential-blocks/essential-blocks.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/essential-blocks\";s:4:\"slug\";s:16:\"essential-blocks\";s:6:\"plugin\";s:37:\"essential-blocks/essential-blocks.php\";s:11:\"new_version\";s:5:\"5.8.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/essential-blocks/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/essential-blocks.5.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/essential-blocks/assets/icon-256x256.gif?rev=2964049\";s:2:\"1x\";s:69:\"https://ps.w.org/essential-blocks/assets/icon-128x128.gif?rev=2964049\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/essential-blocks/assets/banner-1544x500.gif?rev=3383370\";s:2:\"1x\";s:71:\"https://ps.w.org/essential-blocks/assets/banner-772x250.gif?rev=3383370\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:21:\"getgenie/getgenie.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/getgenie\";s:4:\"slug\";s:8:\"getgenie\";s:6:\"plugin\";s:21:\"getgenie/getgenie.php\";s:11:\"new_version\";s:5:\"4.2.3\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/getgenie/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/getgenie.4.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/getgenie/assets/icon-256x256.gif?rev=2798355\";s:2:\"1x\";s:61:\"https://ps.w.org/getgenie/assets/icon-128x128.gif?rev=2798355\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/getgenie/assets/banner-1544x500.png?rev=2798353\";s:2:\"1x\";s:63:\"https://ps.w.org/getgenie/assets/banner-772x250.png?rev=2798353\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:47:\"gutenkit-blocks-addon/gutenkit-blocks-addon.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/gutenkit-blocks-addon\";s:4:\"slug\";s:21:\"gutenkit-blocks-addon\";s:6:\"plugin\";s:47:\"gutenkit-blocks-addon/gutenkit-blocks-addon.php\";s:11:\"new_version\";s:5:\"2.4.4\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/gutenkit-blocks-addon/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/gutenkit-blocks-addon.2.4.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/gutenkit-blocks-addon/assets/icon-256x256.gif?rev=3116270\";s:2:\"1x\";s:74:\"https://ps.w.org/gutenkit-blocks-addon/assets/icon-128x128.gif?rev=3116270\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/gutenkit-blocks-addon/assets/banner-1544x500.jpg?rev=3116242\";s:2:\"1x\";s:76:\"https://ps.w.org/gutenkit-blocks-addon/assets/banner-772x250.jpg?rev=3116242\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:19:\"metform/metform.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/metform\";s:4:\"slug\";s:7:\"metform\";s:6:\"plugin\";s:19:\"metform/metform.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/metform/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/metform.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/metform/assets/icon-256x256.png?rev=3260686\";s:2:\"1x\";s:60:\"https://ps.w.org/metform/assets/icon-128x128.png?rev=3260686\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/metform/assets/banner-1544x500.jpg?rev=3260686\";s:2:\"1x\";s:62:\"https://ps.w.org/metform/assets/banner-772x250.jpg?rev=3260686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:43:\"popup-builder-block/popup-builder-block.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/popup-builder-block\";s:4:\"slug\";s:19:\"popup-builder-block\";s:6:\"plugin\";s:43:\"popup-builder-block/popup-builder-block.php\";s:11:\"new_version\";s:5:\"2.2.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/popup-builder-block/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/popup-builder-block.2.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/popup-builder-block/assets/icon-256x256.png?rev=3330842\";s:2:\"1x\";s:72:\"https://ps.w.org/popup-builder-block/assets/icon-128x128.png?rev=3330842\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/popup-builder-block/assets/banner-1544x500.jpg?rev=3330842\";s:2:\"1x\";s:74:\"https://ps.w.org/popup-builder-block/assets/banner-772x250.jpg?rev=3330842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:7:\"4.11.55\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.4.11.55.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.png?rev=3174756\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.png?rev=3174756\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"shopengine/shopengine.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/shopengine\";s:4:\"slug\";s:10:\"shopengine\";s:6:\"plugin\";s:25:\"shopengine/shopengine.php\";s:11:\"new_version\";s:5:\"4.8.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/shopengine/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/shopengine.4.8.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/shopengine/assets/icon-256x256.gif?rev=2505061\";s:2:\"1x\";s:63:\"https://ps.w.org/shopengine/assets/icon-128x128.gif?rev=2505061\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/shopengine/assets/banner-1544x500.png?rev=2544154\";s:2:\"1x\";s:65:\"https://ps.w.org/shopengine/assets/banner-772x250.png?rev=2544154\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"templately/templately.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/templately\";s:4:\"slug\";s:10:\"templately\";s:6:\"plugin\";s:25:\"templately/templately.php\";s:11:\"new_version\";s:5:\"3.4.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/templately/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/templately.3.4.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/templately/assets/icon-256x256.gif?rev=2793347\";s:2:\"1x\";s:63:\"https://ps.w.org/templately/assets/icon-128x128.gif?rev=2793347\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/templately/assets/banner-772x250.gif?rev=3398809\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.7.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"wp-social/wp-social.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/wp-social\";s:4:\"slug\";s:9:\"wp-social\";s:6:\"plugin\";s:23:\"wp-social/wp-social.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-social/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-social.3.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/wp-social/assets/icon-256x256.png?rev=2544214\";s:2:\"1x\";s:62:\"https://ps.w.org/wp-social/assets/icon-128x128.png?rev=2544214\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-social/assets/banner-1544x500.png?rev=2547494\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-social/assets/banner-772x250.png?rev=2547494\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.32.2\";s:12:\"last_updated\";s:19:\"2025-09-29 12:32:45\";s:11:\"new_version\";s:6:\"3.32.2\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.3\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:321:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzYwNTQ1MzQ1LCJleHAiOjE3NjA2MzE3NDV9.5uyaMW820dOakgbUonJVpe5Ok1s4JaVQWn1z1TPwMxQ/package_download\";s:13:\"download_link\";s:321:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzYwNTQ1MzQ1LCJleHAiOjE3NjA2MzE3NDV9.5uyaMW820dOakgbUonJVpe5Ok1s4JaVQWn1z1TPwMxQ/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.3\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:298:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJpYXQiOjE3NjA1NDUzNDUsImV4cCI6MTc2MDYzMTc0NX0.IWo7d92jvctLEjbeOU5nNBVhooEbS5mEPbp5mYDxAec/previous_download\";s:13:\"download_link\";s:298:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hbGthcmEuY28uaWQiLCJpYXQiOjE3NjA1NDUzNDUsImV4cCI6MTc2MDYzMTc0NX0.IWo7d92jvctLEjbeOU5nNBVhooEbS5mEPbp5mYDxAec/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:40:\"dethemekit-for-elementor/detheme-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/dethemekit-for-elementor\";s:4:\"slug\";s:24:\"dethemekit-for-elementor\";s:6:\"plugin\";s:40:\"dethemekit-for-elementor/detheme-kit.php\";s:11:\"new_version\";s:6:\"2.1.10\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/dethemekit-for-elementor/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/dethemekit-for-elementor.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:69:\"https://ps.w.org/dethemekit-for-elementor/assets/icon.svg?rev=2359546\";s:3:\"svg\";s:69:\"https://ps.w.org/dethemekit-for-elementor/assets/icon.svg?rev=2359546\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/dethemekit-for-elementor/assets/banner-1544x500.png?rev=2359546\";s:2:\"1x\";s:79:\"https://ps.w.org/dethemekit-for-elementor/assets/banner-772x250.png?rev=2359546\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/dethemekit-for-elementor/assets/banner-1544x500-rtl.png?rev=2359546\";s:2:\"1x\";s:83:\"https://ps.w.org/dethemekit-for-elementor/assets/banner-772x250-rtl.png?rev=2359546\";}s:8:\"requires\";s:3:\"5.2\";}s:21:\"emailkit/EmailKit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/emailkit\";s:4:\"slug\";s:8:\"emailkit\";s:6:\"plugin\";s:21:\"emailkit/EmailKit.php\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/emailkit/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/emailkit.1.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/emailkit/assets/icon-256x256.png?rev=3003571\";s:2:\"1x\";s:61:\"https://ps.w.org/emailkit/assets/icon-128x128.png?rev=3003571\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/emailkit/assets/banner-1544x500.png?rev=3097927\";s:2:\"1x\";s:63:\"https://ps.w.org/emailkit/assets/banner-772x250.png?rev=3097927\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}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.2.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:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"2.06\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.2.06.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:41:\"wp-ultimate-review/wp-ultimate-review.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wp-ultimate-review\";s:4:\"slug\";s:18:\"wp-ultimate-review\";s:6:\"plugin\";s:41:\"wp-ultimate-review/wp-ultimate-review.php\";s:11:\"new_version\";s:5:\"2.3.6\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-ultimate-review/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-ultimate-review.2.3.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-ultimate-review/assets/icon-256x256.png?rev=2544187\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-ultimate-review/assets/icon-128x128.png?rev=2544187\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wp-ultimate-review/assets/banner-1544x500.png?rev=2544187\";s:2:\"1x\";s:73:\"https://ps.w.org/wp-ultimate-review/assets/banner-772x250.png?rev=2544187\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}}s:7:\"checked\";a:20:{s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:40:\"dethemekit-for-elementor/detheme-kit.php\";s:6:\"2.1.10\";s:23:\"elementor/elementor.php\";s:6:\"3.32.4\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.32.2\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.7.3\";s:21:\"emailkit/EmailKit.php\";s:5:\"1.6.1\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"6.3.3\";s:37:\"essential-blocks/essential-blocks.php\";s:5:\"5.7.2\";s:21:\"getgenie/getgenie.php\";s:5:\"4.2.2\";s:47:\"gutenkit-blocks-addon/gutenkit-blocks-addon.php\";s:5:\"2.4.3\";s:9:\"hello.php\";s:5:\"1.7.2\";s:19:\"metform/metform.php\";s:5:\"4.0.6\";s:43:\"popup-builder-block/popup-builder-block.php\";s:5:\"2.1.4\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:7:\"4.11.42\";s:25:\"shopengine/shopengine.php\";s:5:\"4.8.4\";s:25:\"templately/templately.php\";s:5:\"3.4.1\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.6.1\";s:21:\"wp-reset/wp-reset.php\";s:4:\"2.06\";s:23:\"wp-social/wp-social.php\";s:5:\"3.1.3\";s:41:\"wp-ultimate-review/wp-ultimate-review.php\";s:5:\"2.3.6\";}}','off'),
(5619,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1765470524;s:7:\"checked\";a:4:{s:5:\"astra\";s:7:\"4.11.13\";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:3:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:7:\"4.11.17\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/astra.4.11.17.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:9:\"no_update\";a:1:{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'),
(5660,'_site_transient_timeout_wp_theme_files_patterns-0d3ed1ed816380510967d18f5b530655','1765472315','off'),
(5661,'_site_transient_wp_theme_files_patterns-0d3ed1ed816380510967d18f5b530655','a:2:{s:7:\"version\";s:7:\"4.11.13\";s:8:\"patterns\";a:0:{}}','off'),
(5662,'_transient_timeout_astra-theme-cron-test-ok','1765474115','off'),
(5663,'_transient_astra-theme-cron-test-ok','1','off'),
(5665,'_site_transient_timeout_theme_roots','1765472316','off'),
(5666,'_site_transient_theme_roots','a:4:{s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off');
/*!40000 ALTER TABLE `wpr1_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_pbb_browsers`
--

DROP TABLE IF EXISTS `wpr1_pbb_browsers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_pbb_browsers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `browser_name` varchar(100) NOT 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 `wpr1_pbb_browsers`
--

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

--
-- Table structure for table `wpr1_pbb_countries`
--

DROP TABLE IF EXISTS `wpr1_pbb_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_pbb_countries` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `country_name` varchar(2) NOT 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 `wpr1_pbb_countries`
--

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

--
-- Table structure for table `wpr1_pbb_log_browsers`
--

DROP TABLE IF EXISTS `wpr1_pbb_log_browsers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_pbb_log_browsers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `log_id` bigint(20) unsigned NOT NULL,
  `browser_id` int(10) unsigned NOT NULL,
  `count` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `browser_id` (`browser_id`),
  KEY `log_browser` (`log_id`,`browser_id`),
  CONSTRAINT `wpr1_pbb_log_browsers_ibfk_1` FOREIGN KEY (`log_id`) REFERENCES `wpr1_pbb_logs` (`id`) ON DELETE CASCADE,
  CONSTRAINT `wpr1_pbb_log_browsers_ibfk_2` FOREIGN KEY (`browser_id`) REFERENCES `wpr1_pbb_browsers` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_pbb_log_browsers`
--

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

--
-- Table structure for table `wpr1_pbb_log_countries`
--

DROP TABLE IF EXISTS `wpr1_pbb_log_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_pbb_log_countries` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `log_id` bigint(20) unsigned NOT NULL,
  `country_id` int(10) unsigned NOT NULL,
  `count` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `country_id` (`country_id`),
  KEY `log_country` (`log_id`,`country_id`),
  CONSTRAINT `wpr1_pbb_log_countries_ibfk_1` FOREIGN KEY (`log_id`) REFERENCES `wpr1_pbb_logs` (`id`) ON DELETE CASCADE,
  CONSTRAINT `wpr1_pbb_log_countries_ibfk_2` FOREIGN KEY (`country_id`) REFERENCES `wpr1_pbb_countries` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_pbb_log_countries`
--

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

--
-- Table structure for table `wpr1_pbb_log_referrers`
--

DROP TABLE IF EXISTS `wpr1_pbb_log_referrers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_pbb_log_referrers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `log_id` bigint(20) unsigned NOT NULL,
  `referrer_id` int(10) unsigned NOT NULL,
  `count` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `referrer_id` (`referrer_id`),
  KEY `log_referrer` (`log_id`,`referrer_id`),
  CONSTRAINT `wpr1_pbb_log_referrers_ibfk_1` FOREIGN KEY (`log_id`) REFERENCES `wpr1_pbb_logs` (`id`) ON DELETE CASCADE,
  CONSTRAINT `wpr1_pbb_log_referrers_ibfk_2` FOREIGN KEY (`referrer_id`) REFERENCES `wpr1_pbb_referrers` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_pbb_log_referrers`
--

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

--
-- Table structure for table `wpr1_pbb_logs`
--

DROP TABLE IF EXISTS `wpr1_pbb_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_pbb_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `views` int(11) DEFAULT 0,
  `converted` int(11) DEFAULT 0,
  `date` date NOT NULL,
  `device_desktop` int(11) DEFAULT 0,
  `device_tablet` int(11) DEFAULT 0,
  `device_mobile` int(11) DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `campaign_id` (`campaign_id`),
  KEY `date` (`date`),
  KEY `campaign_date` (`campaign_id`,`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_pbb_logs`
--

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

--
-- Table structure for table `wpr1_pbb_referrers`
--

DROP TABLE IF EXISTS `wpr1_pbb_referrers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_pbb_referrers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `referrer_name` text NOT 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 `wpr1_pbb_referrers`
--

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

--
-- Table structure for table `wpr1_pbb_subscribers`
--

DROP TABLE IF EXISTS `wpr1_pbb_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_pbb_subscribers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `campaign_title` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `name` varchar(100) NOT NULL,
  `date` datetime NOT NULL DEFAULT current_timestamp(),
  `form_data` text NOT NULL,
  `user_data` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `campaign_id` (`campaign_id`),
  KEY `date` (`date`),
  KEY `campaign_date` (`campaign_id`,`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_pbb_subscribers`
--

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

--
-- Table structure for table `wpr1_postmeta`
--

DROP TABLE IF EXISTS `wpr1_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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=2767 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_postmeta`
--

LOCK TABLES `wpr1_postmeta` WRITE;
/*!40000 ALTER TABLE `wpr1_postmeta` DISABLE KEYS */;
INSERT INTO `wpr1_postmeta` VALUES
(5,7,'_elementor_edit_mode','builder'),
(6,7,'_elementor_template_type','kit'),
(11,10,'_edit_lock','1765034415:1'),
(12,10,'_edit_last','1'),
(13,10,'_wp_page_template','elementor_canvas'),
(66,10,'_eael_post_view_count','2730'),
(67,17,'_wp_attached_file','2025/10/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg'),
(68,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:960;s:4:\"file\";s:70:\"2025/10/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\";s:8:\"filesize\";i:211617;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16892;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79826;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227102;}s:25:\"elementor_custom_1920x561\";a:4:{s:4:\"file\";s:122:\"elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_570x329\";a:4:{s:4:\"file\";s:122:\"elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd932283y3dg8h9sfxrh66nnhtqq9a1p6e6iq45aai.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(69,17,'_elementor_source_image_hash','4bf77525fb986ff6a152ecd93e83d650e2c05e0b'),
(70,18,'_wp_attached_file','2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg'),
(71,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:70:\"2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\";s:8:\"filesize\";i:153770;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16275;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8017;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64174;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:72:\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183289;}s:24:\"elementor_custom_370x580\";a:4:{s:4:\"file\";s:122:\"elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_570x329\";a:4:{s:4:\"file\";s:122:\"elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235y4xeqk38fag63qof437m3gz5fiiu07e3w4a.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_370x454\";a:4:{s:4:\"file\";s:122:\"elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7vpu09w1v598m6x9j5hslnc6rimhpd3y4.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(72,18,'_elementor_source_image_hash','586f2c2728d307eaf78ab12e99d856dc13d8ff11'),
(73,19,'_wp_attached_file','2025/10/loading-to-the-aircraft-PPSSYVL.jpg'),
(74,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:43:\"2025/10/loading-to-the-aircraft-PPSSYVL.jpg\";s:8:\"filesize\";i:308713;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"loading-to-the-aircraft-PPSSYVL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16443;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"loading-to-the-aircraft-PPSSYVL-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"loading-to-the-aircraft-PPSSYVL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7404;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"loading-to-the-aircraft-PPSSYVL-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90479;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"loading-to-the-aircraft-PPSSYVL-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302115;}s:24:\"elementor_custom_385x365\";a:4:{s:4:\"file\";s:95:\"elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_370x275\";a:4:{s:4:\"file\";s:95:\"elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_462x247\";a:4:{s:4:\"file\";s:95:\"elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"chalabala.cz\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(75,19,'_elementor_source_image_hash','3738fa8ff32b24798dd29daec351b2ea1075388b'),
(76,20,'_wp_attached_file','2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg'),
(77,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:4:\"file\";s:54:\"2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\";s:8:\"filesize\";i:307392;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"warehouse-man-worker-with-forklift-PR3WQUR-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19262;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"warehouse-man-worker-with-forklift-PR3WQUR-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"warehouse-man-worker-with-forklift-PR3WQUR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"warehouse-man-worker-with-forklift-PR3WQUR-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99267;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"warehouse-man-worker-with-forklift-PR3WQUR-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332669;}s:24:\"elementor_custom_285x178\";a:4:{s:4:\"file\";s:106:\"elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_370x275\";a:4:{s:4:\"file\";s:106:\"elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_570x329\";a:4:{s:4:\"file\";s:106:\"elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243sbrg0vp724ykqb66kolhgoo95unhhoo2hy2.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_462x247\";a:4:{s:4:\"file\";s:106:\"elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(78,20,'_elementor_source_image_hash','0defae382fac8086dee5e9f95386a45bdfa3de49'),
(79,21,'_wp_attached_file','2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg'),
(80,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:65:\"2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\";s:8:\"filesize\";i:103363;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12328;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6241;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47144;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:67:\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141129;}s:24:\"elementor_custom_370x580\";a:4:{s:4:\"file\";s:117:\"elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_570x329\";a:4:{s:4:\"file\";s:117:\"elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251milhb7b5ozgzcvny19zctwdcw6s4z5y13ru.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(81,21,'_elementor_source_image_hash','22883f2759def7de150d5d4c41bc191f270715de'),
(82,22,'_wp_attached_file','2025/10/num-1.png'),
(83,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:78;s:6:\"height\";i:78;s:4:\"file\";s:17:\"2025/10/num-1.png\";s:8:\"filesize\";i:1308;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(84,22,'_elementor_source_image_hash','1709634674e20dd50fb48eb6f53d9ccaaa2cc459'),
(85,23,'_wp_attached_file','2025/10/num-2.png'),
(86,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:78;s:6:\"height\";i:78;s:4:\"file\";s:17:\"2025/10/num-2.png\";s:8:\"filesize\";i:1380;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(87,23,'_elementor_source_image_hash','a08e92007c0c6e843461b8b6a3e75c75e575fbe3'),
(88,24,'_wp_attached_file','2025/10/num-3.png'),
(89,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:78;s:6:\"height\";i:78;s:4:\"file\";s:17:\"2025/10/num-3.png\";s:8:\"filesize\";i:1370;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(90,24,'_elementor_source_image_hash','bb18c79e1d7f629c867efc31efe10f4b40655cad'),
(91,25,'_wp_attached_file','2025/10/packing-process-VQ5BHHD-e1594819271899.jpg'),
(92,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:50:\"2025/10/packing-process-VQ5BHHD-e1594819271899.jpg\";s:8:\"filesize\";i:142917;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"packing-process-VQ5BHHD-e1594819271899-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13681;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"packing-process-VQ5BHHD-e1594819271899-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"packing-process-VQ5BHHD-e1594819271899-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"packing-process-VQ5BHHD-e1594819271899-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53632;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"packing-process-VQ5BHHD-e1594819271899-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153488;}s:24:\"elementor_custom_770x436\";a:4:{s:4:\"file\";s:102:\"elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(93,25,'_elementor_source_image_hash','30c8078c9b7afebcb73a95278eb01ee5828b1e15'),
(94,26,'_wp_attached_file','2025/10/quotes-1.png'),
(95,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:72;s:6:\"height\";i:44;s:4:\"file\";s:20:\"2025/10/quotes-1.png\";s:8:\"filesize\";i:495;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(96,26,'_elementor_source_image_hash','6d6eb497e95ccf7b3c511a4bb60469fedd8b09ce'),
(97,27,'_elementor_edit_mode','builder'),
(98,27,'_elementor_template_type','page'),
(99,27,'_elementor_version','3.32.4'),
(100,27,'_elementor_pro_version','3.18.2'),
(101,27,'_elementor_data','[{\"id\":\"37420b2f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ed4c763\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f9f7adf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":17,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61366011\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1065c22a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"434716a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74b4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dd38b59\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"687a420b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c92aa98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"665d09b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23920fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"453c758c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":20,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d3c867c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67d90442\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"77d113f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59a0727a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bb2b876\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6bcf1663\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"210ec116\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":23,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1deaa640\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"767febef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":24,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b78134e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43c09a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46804a5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fcbe1f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b703a9b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"733b2e7a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62ba045d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a6c9193\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b3c48a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ba11870\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ecf8543\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1fbe7cf3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"636a1497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f29211c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c086d8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35cf052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d79ee4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35208c1d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3e539c32\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bc7126d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4fc59788\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e7d83f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6afc54b6\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4f66da0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2435103\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"630d465d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7497834f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7da5f2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49a3f616\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601c276c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(102,28,'_elementor_edit_mode','builder'),
(103,28,'_elementor_template_type','page'),
(104,28,'_elementor_version','3.32.4'),
(105,28,'_elementor_pro_version','3.18.2'),
(106,28,'_elementor_data','[{\"id\":\"37420b2f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ed4c763\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f9f7adf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":17,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61366011\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1065c22a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"434716a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74b4863\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dd38b59\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"687a420b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c92aa98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"665d09b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23920fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"453c758c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":20,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d3c867c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67d90442\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"77d113f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59a0727a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bb2b876\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6bcf1663\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"210ec116\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":23,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1deaa640\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"767febef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":24,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b78134e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43c09a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46804a5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fcbe1f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b703a9b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"733b2e7a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62ba045d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a6c9193\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b3c48a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ba11870\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ecf8543\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1fbe7cf3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"636a1497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f29211c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c086d8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35cf052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d79ee4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35208c1d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3e539c32\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bc7126d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4fc59788\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e7d83f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6afc54b6\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4f66da0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2435103\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"630d465d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7497834f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7da5f2c9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"49a3f616\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601c276c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(107,27,'_elementor_page_assets','a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:20:\"e-animation-fadeInUp\";i:3;s:14:\"widget-heading\";i:4;s:17:\"e-animation-float\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:16:\"widget-image-box\";i:7;s:23:\"e-animation-fadeInRight\";i:8;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(108,27,'_eael_custom_js',''),
(109,29,'_wp_attached_file','2025/10/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg'),
(110,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:4:\"file\";s:70:\"2025/10/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\";s:8:\"filesize\";i:400754;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42913;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:371475;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:72:\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:694138;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:72:\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1118368;}s:24:\"elementor_custom_462x247\";a:4:{s:4:\"file\";s:122:\"elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(111,29,'_elementor_source_image_hash','6376f13452511105cc3771d372e5a07eff99e749'),
(112,30,'_wp_attached_file','2025/10/check.png'),
(113,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:17:\"2025/10/check.png\";s:8:\"filesize\";i:1526;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"check-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6246;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"check-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15007;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"check-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4656;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"check-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11897;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"check-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22900;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"check-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(114,30,'_elementor_source_image_hash','1dfbc8f637646a6551c82a11cfb16615bec1b9e9'),
(115,31,'_wp_attached_file','2025/10/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg'),
(116,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:70:\"2025/10/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\";s:8:\"filesize\";i:235487;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14287;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5659;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42017;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:72:\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189374;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:72:\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289196;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:126:\"A person wearing an orange T-shirt is delivering parcels to a satisfied client. Friendly worker, high quality delivery service\";s:17:\"created_timestamp\";s:10:\"1532517083\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:127:\"A person wearing an orange T-shirt is delivering parcels to a satisfied client. Friendly worker, high quality delivery service.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:43:{i:0;s:8:\"delivery\";i:1;s:7:\"service\";i:2;s:3:\"man\";i:3;s:3:\"box\";i:4;s:7:\"courier\";i:5;s:6:\"parcel\";i:6;s:7:\"package\";i:7;s:6:\"worker\";i:8;s:7:\"holding\";i:9;s:9:\"cardboard\";i:10;s:7:\"uniform\";i:11;s:4:\"post\";i:12;s:4:\"male\";i:13;s:10:\"occupation\";i:14;s:7:\"deliver\";i:15;s:5:\"young\";i:16;s:8:\"business\";i:17;s:5:\"order\";i:18;s:3:\"job\";i:19;s:6:\"postal\";i:20;s:6:\"person\";i:21;s:4:\"mail\";i:22;s:8:\"shipment\";i:23;s:11:\"deliveryman\";i:24;s:6:\"carton\";i:25;s:8:\"shipping\";i:26;s:4:\"work\";i:27;s:7:\"receipt\";i:28;s:6:\"giving\";i:29;s:5:\"cargo\";i:30;s:5:\"boxes\";i:31;s:7:\"concept\";i:32;s:5:\"hands\";i:33;s:10:\"delivering\";i:34;s:9:\"recipient\";i:35;s:6:\"manual\";i:36;s:4:\"hand\";i:37;s:7:\"closeup\";i:38;s:4:\"sign\";i:39;s:6:\"people\";i:40;s:7:\"mailman\";i:41;s:6:\"orange\";i:42;s:8:\"friendly\";}}}'),
(117,31,'_elementor_source_image_hash','83fe50798b85002d58d3cfee3af274f50f427c69'),
(118,32,'_wp_attached_file','2025/10/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg'),
(119,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:4:\"file\";s:67:\"2025/10/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\";s:8:\"filesize\";i:252334;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29514;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190951;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10062;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93391;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:69:\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346834;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:69:\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:541157;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:54:\"Young woman warehouse worker with hand forklift truck.\";s:17:\"created_timestamp\";s:10:\"1508578755\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:48:\"Woman warehouse worker with hand forklift truck.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:48:{i:0;s:5:\"woman\";i:1;s:5:\"young\";i:2;s:6:\"person\";i:3;s:6:\"worker\";i:4;s:7:\"manager\";i:5;s:10:\"supervisor\";i:6;s:6:\"female\";i:7;s:6:\"helmet\";i:8;s:4:\"hard\";i:9;s:3:\"hat\";i:10;s:7:\"plastic\";i:11;s:10:\"reflective\";i:12;s:4:\"vest\";i:13;s:8:\"clothing\";i:14;s:6:\"safety\";i:15;s:4:\"work\";i:16;s:7:\"working\";i:17;s:3:\"job\";i:18;s:6:\"inside\";i:19;s:7:\"indoors\";i:20;s:9:\"warehouse\";i:21;s:10:\"storehouse\";i:22;s:5:\"store\";i:23;s:5:\"shelf\";i:24;s:7:\"shelves\";i:25;s:5:\"metal\";i:26;s:7:\"storage\";i:27;s:5:\"stock\";i:28;s:5:\"goods\";i:29;s:11:\"merchandise\";i:30;s:3:\"box\";i:31;s:5:\"boxes\";i:32;s:7:\"package\";i:33;s:9:\"packaging\";i:34;s:9:\"cardboard\";i:35;s:6:\"pallet\";i:36;s:5:\"truck\";i:37;s:4:\"load\";i:38;s:7:\"loading\";i:39;s:6:\"supply\";i:40;s:12:\"distribution\";i:41;s:8:\"dispatch\";i:42;s:9:\"logistics\";i:43;s:8:\"industry\";i:44;s:10:\"industrial\";i:45;s:6:\"yellow\";i:46;s:4:\"hand\";i:47;s:7:\"pushing\";}}}'),
(120,32,'_elementor_source_image_hash','4356af8f254fe579ea7f047dfc796ebbe55abc26'),
(121,33,'_elementor_edit_mode','builder'),
(122,33,'_elementor_template_type','page'),
(123,33,'_elementor_version','3.32.4'),
(124,33,'_elementor_pro_version','3.18.2'),
(125,33,'_elementor_data','[{\"id\":\"5d7da6b1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":656,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":29,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53f0e480\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"99d4894\",\"elType\":\"widget\",\"settings\":{\"title\":\"World`s Best Transportation\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cddb0bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51fd7239\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"41dfbad6\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Location\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":500,\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a6da69\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"421e42bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5723aa18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"471\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4e7d0a23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"94\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f949e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern & Trusted Logistics Company\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fa791a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit,  eiusmod tempor incididunt ut labore et dolore menim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"292c8c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":30,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/check.png\"},\"title_text\":\"271\",\"description_text\":\"Trusted Partners\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#161616\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_text_transform\":\"capitalize\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6ae738ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":30,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/check.png\"},\"title_text\":\"1084\",\"description_text\":\"Worldwide Offices\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#161616\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_text_transform\":\"capitalize\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"447ffd7a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"122\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b53ecb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e19e584\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffc2433\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1cd98fc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59d6c91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Services\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45368221\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78f44b00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d0804f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"635dd2a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"63\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5da622ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f3054c1\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d5170bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61307782\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":31,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4ec109ea\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42c75c52\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25d18798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Truck Selection\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b82e49b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7369f436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53782ec8\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2bc2f1e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73f76410\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":32,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"daac219\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"456abb22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"372ad82f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order Shipping\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a020651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ff33852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"471dbeb9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bb3da13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c8dde99\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b543a54\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"556beca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c532779\",\"elType\":\"widget\",\"settings\":{\"title\":\"Express Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"201a5224\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78e7c7fa\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"582086fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72eb1446\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"primary_color\":\"#00AFF5\",\"size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1919b497\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"name\":\"Hershel Acosta\",\"title\":\"Account Execs\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"b945801\"},{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive.\",\"name\":\"Angelo Wysong\",\"title\":\"General Manager\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"e600b97\"},{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"name\":\"David Brooks\",\"title\":\"Account Execs\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"33024ad\"}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"fraction\",\"autoplay\":\"\",\"image_size_custom_dimension\":{\"width\":\"0\",\"height\":\"0\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(126,34,'_elementor_edit_mode','builder'),
(127,34,'_elementor_template_type','page'),
(128,34,'_elementor_version','3.32.4'),
(129,34,'_elementor_pro_version','3.18.2'),
(130,34,'_elementor_data','[{\"id\":\"5d7da6b1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":656,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":29,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53f0e480\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"99d4894\",\"elType\":\"widget\",\"settings\":{\"title\":\"World`s Best Transportation\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cddb0bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51fd7239\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"41dfbad6\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Location\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":500,\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a6da69\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"421e42bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5723aa18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"471\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4e7d0a23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"94\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22f949e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern & Trusted Logistics Company\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fa791a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit,  eiusmod tempor incididunt ut labore et dolore menim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"292c8c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":30,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/check.png\"},\"title_text\":\"271\",\"description_text\":\"Trusted Partners\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#161616\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_text_transform\":\"capitalize\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6ae738ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":30,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/check.png\"},\"title_text\":\"1084\",\"description_text\":\"Worldwide Offices\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#161616\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_text_transform\":\"capitalize\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"447ffd7a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"122\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b53ecb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e19e584\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ffc2433\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1cd98fc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59d6c91c\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Services\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45368221\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78f44b00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d0804f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"635dd2a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"63\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5da622ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f3054c1\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d5170bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61307782\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":31,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4ec109ea\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42c75c52\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25d18798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Truck Selection\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b82e49b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7369f436\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53782ec8\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2bc2f1e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73f76410\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":32,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"daac219\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"456abb22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"372ad82f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order Shipping\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a020651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ff33852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"471dbeb9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bb3da13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c8dde99\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b543a54\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"556beca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c532779\",\"elType\":\"widget\",\"settings\":{\"title\":\"Express Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"201a5224\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78e7c7fa\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"582086fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72eb1446\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"primary_color\":\"#00AFF5\",\"size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1919b497\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"name\":\"Hershel Acosta\",\"title\":\"Account Execs\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"b945801\"},{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive.\",\"name\":\"Angelo Wysong\",\"title\":\"General Manager\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"e600b97\"},{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"name\":\"David Brooks\",\"title\":\"Account Execs\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"33024ad\"}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"fraction\",\"autoplay\":\"\",\"image_size_custom_dimension\":{\"width\":\"0\",\"height\":\"0\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(131,33,'_elementor_page_assets','a:2:{s:6:\"styles\";a:7:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:12:\"widget-image\";i:5;s:16:\"widget-image-box\";i:6;s:18:\"e-animation-zoomIn\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(132,33,'_eael_custom_js',''),
(133,35,'_elementor_edit_mode','builder'),
(134,35,'_elementor_template_type','section'),
(135,35,'_elementor_version','3.32.4'),
(136,35,'_elementor_pro_version','3.18.2'),
(137,35,'_elementor_data','[{\"id\":\"682ecde5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a618eab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b3d8ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Find Us\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35ff1ba7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat urna. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15f196a3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"112cc6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"102\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64b500ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"100e1d7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d7754c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"153e077a\",\"elType\":\"widget\",\"settings\":{\"title\":\"+1 234 567 89 90, examplesite@info.com\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e8836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hours of Operation:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722c276a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm, Fri: 7am - 3pm\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(138,36,'_elementor_edit_mode','builder'),
(139,36,'_elementor_template_type','section'),
(140,36,'_elementor_version','3.32.4'),
(141,36,'_elementor_pro_version','3.18.2'),
(142,36,'_elementor_data','[{\"id\":\"682ecde5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a618eab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b3d8ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Find Us\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35ff1ba7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat urna. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15f196a3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"112cc6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"102\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64b500ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"100e1d7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d7754c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"153e077a\",\"elType\":\"widget\",\"settings\":{\"title\":\"+1 234 567 89 90, examplesite@info.com\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63e8836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hours of Operation:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722c276a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm, Fri: 7am - 3pm\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(143,35,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:19:\"widget-social-icons\";i:3;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(144,35,'_eael_custom_js',''),
(145,37,'_wp_attached_file','2025/10/Shape2.png'),
(146,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:49;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2025/10/Shape2.png\";s:8:\"filesize\";i:1958;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Shape2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8850;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Shape2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Shape2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Shape2-768x1097.png\";s:5:\"width\";i:768;s:6:\"height\";i:1097;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18171;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Shape2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22377;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Shape2-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(147,37,'_elementor_source_image_hash','db9997353fdc3a637607fabb3f70ee357678caa0'),
(148,38,'_wp_attached_file','2025/10/Shape3.png'),
(149,38,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:73;s:6:\"height\";i:72;s:4:\"file\";s:18:\"2025/10/Shape3.png\";s:8:\"filesize\";i:2543;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Shape3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12757;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Shape3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Shape3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10211;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Shape3-768x757.png\";s:5:\"width\";i:768;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19638;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Shape3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26025;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Shape3-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37859;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(150,38,'_elementor_source_image_hash','043693b716a2f9f13e705ca6a9281b877902f632'),
(151,39,'_wp_attached_file','2025/10/Shape1.png'),
(152,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2025/10/Shape1.png\";s:8:\"filesize\";i:2354;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Shape1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11528;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Shape1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20264;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Shape1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8765;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Shape1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Shape1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27234;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Shape1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36291;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153,39,'_elementor_source_image_hash','03c2c133532f648d5ce71fad4d600f9772e751b9'),
(154,40,'_elementor_edit_mode','builder'),
(155,40,'_elementor_template_type','section'),
(156,40,'_elementor_version','3.32.4'),
(157,40,'_elementor_pro_version','3.18.2'),
(158,40,'_elementor_data','[{\"id\":\"1fbcb246\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2543d52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"405f8fc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":37,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape2.png\"},\"title_text\":\"Address\",\"description_text\":\"123, New Lenox, Chicago, IL, 60606\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"38856a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ada412c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape3.png\"},\"title_text\":\"Phone\",\"description_text\":\"(123) 456-78-90, (123) 456-78-90\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"60146f8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"401c59dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":39,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape1.png\"},\"title_text\":\"Email\",\"description_text\":\"info@yoursite.com, job@yoursite.com\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(159,41,'_elementor_edit_mode','builder'),
(160,41,'_elementor_template_type','section'),
(161,41,'_elementor_version','3.32.4'),
(162,41,'_elementor_pro_version','3.18.2'),
(163,41,'_elementor_data','[{\"id\":\"1fbcb246\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2543d52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"405f8fc7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":37,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape2.png\"},\"title_text\":\"Address\",\"description_text\":\"123, New Lenox, Chicago, IL, 60606\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"38856a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ada412c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape3.png\"},\"title_text\":\"Phone\",\"description_text\":\"(123) 456-78-90, (123) 456-78-90\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"60146f8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"401c59dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":39,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape1.png\"},\"title_text\":\"Email\",\"description_text\":\"info@yoursite.com, job@yoursite.com\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(164,40,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:21:\"e-animation-slideInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:16:\"widget-image-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(165,40,'_eael_custom_js',''),
(166,42,'_elementor_edit_mode','builder'),
(167,42,'_elementor_template_type','section'),
(168,42,'_elementor_version','3.32.4'),
(169,42,'_elementor_pro_version','3.18.2'),
(170,42,'_elementor_data','[{\"id\":\"46e6b0de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61044953\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c2797a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Solutions for Our Clients\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b1ffb12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt utet labore .\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"337b2025\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"171fe29b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589b2a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"71\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7dc316fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16e24cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":20,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"429d814d\",\"elType\":\"widget\",\"settings\":{\"ending_number\":271,\"thousand_separator\":\"\",\"title\":\"\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"453bba72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a9ec2e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offices Worldwide\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41deaf7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\\niusto accusamus et iusto odio.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48ae3685\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"76\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"704ed4a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":20,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"80ca8b4\",\"elType\":\"widget\",\"settings\":{\"ending_number\":36,\"suffix\":\"+\",\"thousand_separator\":\"\",\"title\":\"\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"24a0b64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ea2bb25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed Freight\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46c3046b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\\niusto accusamus et iusto odio.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(171,43,'_elementor_edit_mode','builder'),
(172,43,'_elementor_template_type','section'),
(173,43,'_elementor_version','3.32.4'),
(174,43,'_elementor_pro_version','3.18.2'),
(175,43,'_elementor_data','[{\"id\":\"46e6b0de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61044953\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c2797a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Solutions for Our Clients\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b1ffb12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt utet labore .\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"337b2025\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"171fe29b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"589b2a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"71\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7dc316fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16e24cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":20,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"429d814d\",\"elType\":\"widget\",\"settings\":{\"ending_number\":271,\"thousand_separator\":\"\",\"title\":\"\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"453bba72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a9ec2e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offices Worldwide\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41deaf7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\\niusto accusamus et iusto odio.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48ae3685\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"76\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"704ed4a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":20,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"80ca8b4\",\"elType\":\"widget\",\"settings\":{\"ending_number\":36,\"suffix\":\"+\",\"thousand_separator\":\"\",\"title\":\"\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"24a0b64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ea2bb25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed Freight\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46c3046b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\\niusto accusamus et iusto odio.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(176,42,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:15:\"widget-icon-box\";i:3;s:14:\"widget-counter\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:16:\"jquery-numerator\";}}'),
(177,42,'_eael_custom_js',''),
(178,44,'_wp_attached_file','2025/10/global-3.png'),
(179,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:79;s:6:\"height\";i:76;s:4:\"file\";s:20:\"2025/10/global-3.png\";s:8:\"filesize\";i:3541;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"global-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13240;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"global-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"global-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10481;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"global-3-768x738.png\";s:5:\"width\";i:768;s:6:\"height\";i:738;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19400;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"global-3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28480;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"global-3-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36833;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(180,44,'_elementor_source_image_hash','d70071803c89746ce82cc15d5f7011668c20457d'),
(181,45,'_wp_attached_file','2025/10/logistics-box-3.png'),
(182,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:77;s:6:\"height\";i:66;s:4:\"file\";s:27:\"2025/10/logistics-box-3.png\";s:8:\"filesize\";i:1481;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"logistics-box-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5310;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"logistics-box-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"logistics-box-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3998;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"logistics-box-3-768x658.png\";s:5:\"width\";i:768;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9699;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"logistics-box-3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17493;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"logistics-box-3-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(183,45,'_elementor_source_image_hash','dc4dd7e84400d168be9aff1bc95ea40293cfdc1d'),
(184,46,'_wp_attached_file','2025/10/count-3.png'),
(185,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:84;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2025/10/count-3.png\";s:8:\"filesize\";i:2940;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"count-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15381;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"count-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"count-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11917;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"count-3-768x676.png\";s:5:\"width\";i:768;s:6:\"height\";i:676;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"count-3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31071;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"count-3-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(186,46,'_elementor_source_image_hash','af61666d85e05c379a34f947b51e91bee83e66dd'),
(187,47,'_wp_attached_file','2025/10/boxes-packages-3-1.png'),
(188,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:78;s:6:\"height\";i:68;s:4:\"file\";s:30:\"2025/10/boxes-packages-3-1.png\";s:8:\"filesize\";i:1259;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"boxes-packages-3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4412;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"boxes-packages-3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10147;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"boxes-packages-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3274;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"boxes-packages-3-1-768x669.png\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7516;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"boxes-packages-3-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16767;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"boxes-packages-3-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25419;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(189,47,'_elementor_source_image_hash','7598446e6826ff71d6611bce055f988ce73ab48c'),
(190,48,'_elementor_edit_mode','builder'),
(191,48,'_elementor_template_type','section'),
(192,48,'_elementor_version','3.32.4'),
(193,48,'_elementor_pro_version','3.18.2'),
(194,48,'_elementor_data','[{\"id\":\"4e744b5c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"374d63f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"top\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ab4ff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":44,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/global-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"109b8cdc\",\"elType\":\"widget\",\"settings\":{\"ending_number\":270,\"thousand_separator\":\"\",\"title\":\"Useful Articles\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"634dc416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46ad9b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":45,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e1daf25\",\"elType\":\"widget\",\"settings\":{\"ending_number\":366,\"thousand_separator\":\"\",\"title\":\"Trusted Partners\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"5bedd18\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"top\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2bc8eeec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":46,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/count-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c55e90d\",\"elType\":\"widget\",\"settings\":{\"ending_number\":456,\"thousand_separator\":\"\",\"title\":\"Social Shares\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"2265147f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65a776f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":47,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes-packages-3-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1aa38464\",\"elType\":\"widget\",\"settings\":{\"ending_number\":654,\"thousand_separator\":\"\",\"title\":\"Useful Articles\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false}]'),
(195,49,'_elementor_edit_mode','builder'),
(196,49,'_elementor_template_type','section'),
(197,49,'_elementor_version','3.32.4'),
(198,49,'_elementor_pro_version','3.18.2'),
(199,49,'_elementor_data','[{\"id\":\"4e744b5c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"374d63f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"top\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ab4ff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":44,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/global-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"109b8cdc\",\"elType\":\"widget\",\"settings\":{\"ending_number\":270,\"thousand_separator\":\"\",\"title\":\"Useful Articles\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"634dc416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46ad9b04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":45,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e1daf25\",\"elType\":\"widget\",\"settings\":{\"ending_number\":366,\"thousand_separator\":\"\",\"title\":\"Trusted Partners\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"5bedd18\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"top\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2bc8eeec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":46,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/count-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c55e90d\",\"elType\":\"widget\",\"settings\":{\"ending_number\":456,\"thousand_separator\":\"\",\"title\":\"Social Shares\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"2265147f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65a776f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":47,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes-packages-3-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1aa38464\",\"elType\":\"widget\",\"settings\":{\"ending_number\":654,\"thousand_separator\":\"\",\"title\":\"Useful Articles\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false}]'),
(200,48,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-counter\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:16:\"jquery-numerator\";}}'),
(201,48,'_eael_custom_js',''),
(202,50,'_wp_attached_file','2025/10/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg'),
(203,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:64:\"2025/10/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\";s:8:\"filesize\";i:62749;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12838;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5414;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35205;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133830;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:66:\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208080;}s:24:\"elementor_custom_770x436\";a:4:{s:4:\"file\";s:116:\"elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_370x220\";a:4:{s:4:\"file\";s:116:\"elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2z48hjrd0hd1y6q2gzuv9guz34z4stzk6zh4.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(204,50,'_elementor_source_image_hash','c65dad945a48e849eb57888a8886aa488a7b93cc'),
(205,51,'_wp_attached_file','2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg'),
(206,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:69:\"2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\";s:8:\"filesize\";i:227659;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16638;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93688;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49541;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172143;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:71:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256121;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(207,51,'_elementor_source_image_hash','8968ff08bb30e198aef522755cc8393d90a1ead3'),
(208,52,'_wp_attached_file','2025/10/giving-parcel-to-courier-E9PNCYB.jpg'),
(209,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:44:\"2025/10/giving-parcel-to-courier-E9PNCYB.jpg\";s:8:\"filesize\";i:93862;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"giving-parcel-to-courier-E9PNCYB-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15023;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"giving-parcel-to-courier-E9PNCYB-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88602;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"giving-parcel-to-courier-E9PNCYB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5878;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"giving-parcel-to-courier-E9PNCYB-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44669;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"giving-parcel-to-courier-E9PNCYB-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161540;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"giving-parcel-to-courier-E9PNCYB-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:49:\"Delivery service manager giving parcel to courier\";s:17:\"created_timestamp\";s:10:\"1535698196\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:24:\"Giving parcel to courier\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:24:{i:0;s:5:\"woman\";i:1;s:3:\"man\";i:2;s:7:\"manager\";i:3;s:6:\"parcel\";i:4;s:8:\"shipping\";i:5;s:9:\"warehouse\";i:6;s:6:\"office\";i:7;s:8:\"business\";i:8;s:12:\"distribution\";i:9;s:10:\"storehouse\";i:10;s:4:\"post\";i:11;s:4:\"mail\";i:12;s:8:\"delivery\";i:13;s:7:\"service\";i:14;s:7:\"sending\";i:15;s:7:\"serious\";i:16;s:5:\"hands\";i:17;s:7:\"closeup\";i:18;s:7:\"courier\";i:19;s:6:\"giving\";i:20;s:7:\"mailman\";i:21;s:5:\"order\";i:22;s:11:\"deliveryman\";i:23;s:7:\"package\";}}}'),
(210,52,'_elementor_source_image_hash','78030b969996894d44fd4dce8b7192c6496d1149'),
(211,53,'_wp_attached_file','2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg'),
(212,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1231;s:4:\"file\";s:69:\"2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\";s:8:\"filesize\";i:181549;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15794;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84239;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6467;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41986;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153976;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:71:\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(213,53,'_elementor_source_image_hash','1529ccd0b40e7fdf5d0e68880d088c7f12dab96a'),
(214,54,'_elementor_edit_mode','builder'),
(215,54,'_elementor_template_type','section'),
(216,54,'_elementor_version','3.32.4'),
(217,54,'_elementor_pro_version','3.18.2'),
(218,54,'_elementor_data','[{\"id\":\"4c65e835\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32048d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.4,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f074f18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":50,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4f4e286f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":51,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"372c997c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.6,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c3eba62\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2681ea59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.3,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60ed7b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":52,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/giving-parcel-to-courier-E9PNCYB.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4403cf9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.671,\"space_between_widgets\":0,\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"248a52ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7c3e4b59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60ba7082\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.671,\"space_between_widgets\":0,\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b4595b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"408d16b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.3,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fbb4431\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":53,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(219,55,'_elementor_edit_mode','builder'),
(220,55,'_elementor_template_type','section'),
(221,55,'_elementor_version','3.32.4'),
(222,55,'_elementor_pro_version','3.18.2'),
(223,55,'_elementor_data','[{\"id\":\"4c65e835\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32048d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.4,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f074f18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":50,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4f4e286f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":51,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"372c997c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.6,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c3eba62\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2681ea59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.3,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60ed7b79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":52,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/giving-parcel-to-courier-E9PNCYB.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4403cf9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.671,\"space_between_widgets\":0,\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"248a52ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7c3e4b59\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60ba7082\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.671,\"space_between_widgets\":0,\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b4595b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"408d16b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.3,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fbb4431\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":53,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(224,54,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:17:\"e-animation-float\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(225,54,'_eael_custom_js',''),
(226,56,'_wp_attached_file','2025/10/wheels-of-the-airplane-P2MEJ5J.jpg'),
(227,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:42:\"2025/10/wheels-of-the-airplane-P2MEJ5J.jpg\";s:8:\"filesize\";i:156753;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"wheels-of-the-airplane-P2MEJ5J-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22031;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"wheels-of-the-airplane-P2MEJ5J-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"wheels-of-the-airplane-P2MEJ5J-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"wheels-of-the-airplane-P2MEJ5J-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64326;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"wheels-of-the-airplane-P2MEJ5J-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248734;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:44:\"wheels-of-the-airplane-P2MEJ5J-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:365980;}s:24:\"elementor_custom_570x329\";a:4:{s:4:\"file\";s:94:\"elementor/thumbs/wheels-of-the-airplane-P2MEJ5J-rd932os8i48bz4d0s7iiu0ypr2nje0j99hu68r7u56.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:67:\"Chassis of the airplane. Plane taxiing from the runway to the gate.\";s:17:\"created_timestamp\";s:10:\"1501176820\";s:9:\"copyright\";s:12:\"chalabala.cz\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"Wheels of the airplane\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:7:\"airport\";i:1;s:8:\"airplane\";i:2;s:8:\"aircraft\";i:3;s:5:\"wheel\";i:4;s:4:\"gear\";i:5;s:4:\"tire\";i:6;s:4:\"gate\";i:7;s:6:\"modern\";i:8;s:10:\"nose wheel\";i:9;s:12:\"Landing Gear\";i:10;s:8:\"aviation\";i:11;s:6:\"runway\";i:12;s:6:\"travel\";i:13;s:6:\"flight\";i:14;s:5:\"plane\";i:15;s:13:\"undercarriage\";i:16;s:7:\"chassis\";i:17;s:8:\"fuselage\";i:18;s:14:\"directly below\";i:19;s:9:\"hydraulic\";i:20;s:3:\"jet\";i:21;s:9:\"transport\";i:22;s:14:\"transportation\";i:23;s:19:\"commercial airplane\";i:24;s:9:\"departure\";i:25;s:7:\"arrival\";i:26;s:8:\"airfield\";i:27;s:7:\"journey\";i:28;s:4:\"trip\";i:29;s:18:\"aerospace industry\";i:30;s:10:\"technology\";i:31;s:8:\"outdoors\";i:32;s:7:\"traffic\";i:33;s:11:\"air vehicle\";i:34;s:17:\"Building Exterior\";i:35;s:7:\"Leaving\";i:36;s:7:\"Part Of\";i:37;s:3:\"day\";i:38;s:6:\"nobody\";i:39;s:5:\"large\";i:40;s:7:\"taxiway\";i:41;s:7:\"taxiing\";}}}'),
(228,56,'_elementor_source_image_hash','3d154314b017cfb350928983ddba31509ea090b7'),
(229,57,'_elementor_edit_mode','builder'),
(230,57,'_elementor_template_type','section'),
(231,57,'_elementor_version','3.32.4'),
(232,57,'_elementor_pro_version','3.18.2'),
(233,57,'_elementor_data','[{\"id\":\"69767c57\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":56,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"163\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33a59c9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"708a7dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5171cdbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6f094953\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(234,58,'_elementor_edit_mode','builder'),
(235,58,'_elementor_template_type','section'),
(236,58,'_elementor_version','3.32.4'),
(237,58,'_elementor_pro_version','3.18.2'),
(238,58,'_elementor_data','[{\"id\":\"69767c57\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":56,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"163\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33a59c9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"708a7dad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5171cdbb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6f094953\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(239,57,'_elementor_page_assets','a:2:{s:6:\"styles\";a:5:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(240,57,'_eael_custom_js',''),
(241,59,'_wp_attached_file','2025/10/cargo-delivery-service-courier-with-box-and-phone-P5P42NQ.jpg'),
(242,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:69:\"2025/10/cargo-delivery-service-courier-with-box-and-phone-P5P42NQ.jpg\";s:8:\"filesize\";i:280929;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"cargo-delivery-service-courier-with-box-and-phone-P5P42NQ-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19232;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"cargo-delivery-service-courier-with-box-and-phone-P5P42NQ-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"cargo-delivery-service-courier-with-box-and-phone-P5P42NQ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7332;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"cargo-delivery-service-courier-with-box-and-phone-P5P42NQ-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58637;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"cargo-delivery-service-courier-with-box-and-phone-P5P42NQ-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204868;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:71:\"cargo-delivery-service-courier-with-box-and-phone-P5P42NQ-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321121;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(243,59,'_elementor_source_image_hash','6832a254e96da92b7f396373a2d3188f39b536cd'),
(244,60,'_elementor_edit_mode','builder'),
(245,60,'_elementor_template_type','section'),
(246,60,'_elementor_version','3.32.4'),
(247,60,'_elementor_pro_version','3.18.2'),
(248,60,'_elementor_data','[{\"id\":\"601393a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":656,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":59,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/cargo-delivery-service-courier-with-box-and-phone-P5P42NQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"233\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5af805b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b0acfc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"World`s Best Transportation\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c56c27\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(249,61,'_elementor_edit_mode','builder'),
(250,61,'_elementor_template_type','section'),
(251,61,'_elementor_version','3.32.4'),
(252,61,'_elementor_pro_version','3.18.2'),
(253,61,'_elementor_data','[{\"id\":\"601393a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":656,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":59,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/cargo-delivery-service-courier-with-box-and-phone-P5P42NQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"233\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5af805b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b0acfc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"World`s Best Transportation\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c56c27\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(254,60,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(255,60,'_eael_custom_js',''),
(256,62,'_wp_attached_file','2025/10/team-2.png'),
(257,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:898;s:4:\"file\";s:18:\"2025/10/team-2.png\";s:8:\"filesize\";i:428663;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"team-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139227;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"team-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1426075;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"team-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"team-2-768x560.png\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:626037;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"team-2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2530924;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"team-2-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3067320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(258,62,'_elementor_source_image_hash','b1a64aa27d132abda39849023a6cf351238f21be'),
(259,63,'_wp_attached_file','2025/10/team-3.png'),
(260,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:898;s:4:\"file\";s:18:\"2025/10/team-3.png\";s:8:\"filesize\";i:480513;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"team-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169477;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"team-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1762560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"team-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47491;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"team-3-768x560.png\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:762184;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"team-3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3211752;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"team-3-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3966792;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(261,63,'_elementor_source_image_hash','837abd9ca5d31d9ac488fc104e5964e9ac64523f'),
(262,64,'_wp_attached_file','2025/10/team-6.png'),
(263,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:898;s:4:\"file\";s:18:\"2025/10/team-6.png\";s:8:\"filesize\";i:453626;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"team-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156428;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"team-6-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1528972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"team-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45482;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"team-6-768x560.png\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687921;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"team-6-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2767908;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"team-6-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3403609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(264,64,'_elementor_source_image_hash','f572f5acb4c263617cc4badb3ae40932f173b5e8'),
(265,65,'_wp_attached_file','2025/10/engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg'),
(266,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:69:\"2025/10/engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\";s:8:\"filesize\";i:142435;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21973;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8013;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64472;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(267,66,'_elementor_edit_mode','builder'),
(268,66,'_elementor_template_type','page'),
(269,66,'_elementor_version','3.32.4'),
(270,66,'_elementor_pro_version','3.18.2'),
(271,66,'_elementor_data','[{\"id\":\"5f1cf1a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dbb1b6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b0b8ba4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f91a053\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f75ed05\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"635d3fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"481033a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2edc9bc9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"412aa7a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26d91fe5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6841c48f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41bc13f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d70c416\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"336654b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b59042a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1c8849f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36568e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b16f20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"48f3a19e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12e5fd04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5ec702e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d9bf445\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c011633\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b784421\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f2bb595\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fd629e\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6651f41e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"640293b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6411a479\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"654cf4a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2679df7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24ee2f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61e6925d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da75205\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7124c2e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a174bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ce5d3e3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e508cbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"247a6290\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36c2d325\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"63177ac4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f07ced9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4fbabe90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"426bfab2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11abb15c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"110d6b95\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"536f060b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"238c94fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62a7c6c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70cb1065\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"275cd3ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"487cf280\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(272,67,'_elementor_edit_mode','builder'),
(273,67,'_elementor_template_type','page'),
(274,67,'_elementor_version','3.32.4'),
(275,67,'_elementor_pro_version','3.18.2'),
(276,67,'_elementor_data','[{\"id\":\"5f1cf1a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dbb1b6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b0b8ba4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f91a053\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f75ed05\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"635d3fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"481033a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2edc9bc9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"412aa7a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26d91fe5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6841c48f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41bc13f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d70c416\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"336654b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b59042a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1c8849f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36568e0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b16f20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"48f3a19e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12e5fd04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5ec702e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d9bf445\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1c011633\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b784421\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f2bb595\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fd629e\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6651f41e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"640293b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6411a479\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"654cf4a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2679df7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24ee2f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61e6925d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da75205\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7124c2e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a174bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ce5d3e3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e508cbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"247a6290\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"36c2d325\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"63177ac4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f07ced9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4fbabe90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"426bfab2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11abb15c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"110d6b95\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"536f060b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"238c94fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62a7c6c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70cb1065\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"275cd3ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"487cf280\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(277,66,'_elementor_page_assets','a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:20:\"e-animation-fadeInUp\";i:3;s:14:\"widget-heading\";i:4;s:17:\"e-animation-float\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:16:\"widget-image-box\";i:7;s:23:\"e-animation-fadeInRight\";i:8;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(278,66,'_eael_custom_js',''),
(279,68,'_elementor_edit_mode','builder'),
(280,68,'_elementor_template_type','page'),
(281,68,'_elementor_version','3.32.4'),
(282,68,'_elementor_pro_version','3.18.2'),
(283,68,'_elementor_data','[{\"id\":\"52772f7b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":656,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5df8d81e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"665f9444\",\"elType\":\"widget\",\"settings\":{\"title\":\"World`s Best Transportation\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fcc055\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c328ed4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"350eb4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Location\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":500,\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6651afe6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6296048b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62363154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"471\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d0af602\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"94\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79842070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern & Trusted Logistics Company\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54955e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit,  eiusmod tempor incididunt ut labore et dolore menim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2888822b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/check.png\"},\"title_text\":\"271\",\"description_text\":\"Trusted Partners\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#161616\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_text_transform\":\"capitalize\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1771e310\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/check.png\"},\"title_text\":\"1084\",\"description_text\":\"Worldwide Offices\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#161616\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_text_transform\":\"capitalize\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3afbfc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"122\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a6c282c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"128c34ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53eb80f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"27f983ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d9942fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Services\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4330a65b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"250ef474\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"10655c91\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"63\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"749f45bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"243a4dfd\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2346f958\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8bd733d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2271b5ab\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21c7e498\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6fbdf237\",\"elType\":\"widget\",\"settings\":{\"title\":\"Truck Selection\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1905e8fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"16af2072\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11dae085\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bd310d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b8780bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"32\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"464475ab\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"de82ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5162554b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order Shipping\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"673d5879\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3dd3f942\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65b6e487\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"532bfc67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8cded47\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"222816e4\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d437d94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1dbe2e44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Express Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2267b786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e5af05d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77279182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b3c49aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"primary_color\":\"#00AFF5\",\"size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"254ae39d\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"name\":\"Hershel Acosta\",\"title\":\"Account Execs\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"b945801\"},{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive.\",\"name\":\"Angelo Wysong\",\"title\":\"General Manager\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"e600b97\"},{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"name\":\"David Brooks\",\"title\":\"Account Execs\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"33024ad\"}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"fraction\",\"autoplay\":\"\",\"image_size_custom_dimension\":{\"width\":\"0\",\"height\":\"0\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(284,69,'_elementor_edit_mode','builder'),
(285,69,'_elementor_template_type','page'),
(286,69,'_elementor_version','3.32.4'),
(287,69,'_elementor_pro_version','3.18.2'),
(288,69,'_elementor_data','[{\"id\":\"52772f7b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":656,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5df8d81e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"665f9444\",\"elType\":\"widget\",\"settings\":{\"title\":\"World`s Best Transportation\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fcc055\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c328ed4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"350eb4f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Location\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":500,\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6651afe6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6296048b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62363154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"471\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d0af602\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"94\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79842070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern & Trusted Logistics Company\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54955e32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit,  eiusmod tempor incididunt ut labore et dolore menim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2888822b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/check.png\"},\"title_text\":\"271\",\"description_text\":\"Trusted Partners\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#161616\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_text_transform\":\"capitalize\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1771e310\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/check.png\"},\"title_text\":\"1084\",\"description_text\":\"Worldwide Offices\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#161616\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"description_typography_font_weight\":\"700\",\"description_typography_text_transform\":\"capitalize\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3afbfc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"122\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a6c282c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"128c34ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53eb80f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"27f983ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d9942fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Services\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4330a65b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73c3cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"250ef474\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"10655c91\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"63\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"749f45bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"243a4dfd\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2346f958\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8bd733d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2271b5ab\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21c7e498\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6fbdf237\",\"elType\":\"widget\",\"settings\":{\"title\":\"Truck Selection\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1905e8fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"16af2072\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11dae085\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bd310d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b8780bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"32\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"464475ab\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"de82ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5162554b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order Shipping\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"673d5879\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3dd3f942\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65b6e487\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"532bfc67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8cded47\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"222816e4\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d437d94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"50\",\"bottom\":\"45\",\"left\":\"52\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1dbe2e44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Express Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2267b786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e5af05d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77279182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b3c49aa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"primary_color\":\"#00AFF5\",\"size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"254ae39d\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"name\":\"Hershel Acosta\",\"title\":\"Account Execs\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"b945801\"},{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive.\",\"name\":\"Angelo Wysong\",\"title\":\"General Manager\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"e600b97\"},{\"content\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"name\":\"David Brooks\",\"title\":\"Account Execs\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"33024ad\"}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"fraction\",\"autoplay\":\"\",\"image_size_custom_dimension\":{\"width\":\"0\",\"height\":\"0\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(289,68,'_elementor_page_assets','a:2:{s:6:\"styles\";a:7:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:12:\"widget-image\";i:5;s:16:\"widget-image-box\";i:6;s:18:\"e-animation-zoomIn\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(290,68,'_eael_custom_js',''),
(291,70,'_elementor_edit_mode','builder'),
(292,70,'_elementor_template_type','section'),
(293,70,'_elementor_version','3.32.4'),
(294,70,'_elementor_pro_version','3.18.2'),
(295,70,'_elementor_data','[{\"id\":\"2bc31684\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d6fe75f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30ad27ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Find Us\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a61baa5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat urna. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e9e57e8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c710e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"102\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53ff18a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c761987\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e1cfa62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb65ead\",\"elType\":\"widget\",\"settings\":{\"title\":\"+1 234 567 89 90, examplesite@info.com\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1116de06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hours of Operation:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a5acf83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm, Fri: 7am - 3pm\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(296,71,'_elementor_edit_mode','builder'),
(297,71,'_elementor_template_type','section'),
(298,71,'_elementor_version','3.32.4'),
(299,71,'_elementor_pro_version','3.18.2'),
(300,71,'_elementor_data','[{\"id\":\"2bc31684\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d6fe75f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30ad27ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Find Us\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a61baa5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat urna. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e9e57e8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"4c710e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"102\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53ff18a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c761987\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e1cfa62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb65ead\",\"elType\":\"widget\",\"settings\":{\"title\":\"+1 234 567 89 90, examplesite@info.com\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1116de06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hours of Operation:\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a5acf83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm, Fri: 7am - 3pm\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"_animation\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(301,70,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:19:\"widget-social-icons\";i:3;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(302,70,'_eael_custom_js',''),
(303,72,'_elementor_edit_mode','builder'),
(304,72,'_elementor_template_type','section'),
(305,72,'_elementor_version','3.32.4'),
(306,72,'_elementor_pro_version','3.18.2'),
(307,72,'_elementor_data','[{\"id\":\"50fd490a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"350ca72b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15b016cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape2.png\"},\"title_text\":\"Address\",\"description_text\":\"123, New Lenox, Chicago, IL, 60606\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"281535e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a42011d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape3.png\"},\"title_text\":\"Phone\",\"description_text\":\"(123) 456-78-90, (123) 456-78-90\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"692cd9c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"396e094a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape1.png\"},\"title_text\":\"Email\",\"description_text\":\"info@yoursite.com, job@yoursite.com\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(308,73,'_elementor_edit_mode','builder'),
(309,73,'_elementor_template_type','section'),
(310,73,'_elementor_version','3.32.4'),
(311,73,'_elementor_pro_version','3.18.2'),
(312,73,'_elementor_data','[{\"id\":\"50fd490a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"350ca72b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15b016cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape2.png\"},\"title_text\":\"Address\",\"description_text\":\"123, New Lenox, Chicago, IL, 60606\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"281535e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a42011d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape3.png\"},\"title_text\":\"Phone\",\"description_text\":\"(123) 456-78-90, (123) 456-78-90\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"692cd9c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"396e094a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape1.png\"},\"title_text\":\"Email\",\"description_text\":\"info@yoursite.com, job@yoursite.com\",\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-13\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.938,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-23\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(313,72,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:21:\"e-animation-slideInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:16:\"widget-image-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(314,72,'_eael_custom_js',''),
(315,74,'_elementor_edit_mode','builder'),
(316,74,'_elementor_template_type','section'),
(317,74,'_elementor_version','3.32.4'),
(318,74,'_elementor_pro_version','3.18.2'),
(319,74,'_elementor_data','[{\"id\":\"43ed2b07\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"701c4a84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"702f3710\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Solutions for Our Clients\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36862c2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt utet labore .\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49dab802\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2bb3c125\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"20cd9608\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"71\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4400f00e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5929c568\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":20,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b001d3f\",\"elType\":\"widget\",\"settings\":{\"ending_number\":271,\"thousand_separator\":\"\",\"title\":\"\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36b1d456\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"634c07bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offices Worldwide\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45c9f7a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\\niusto accusamus et iusto odio.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7bf64658\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"76\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2aa77f66\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":20,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2093c839\",\"elType\":\"widget\",\"settings\":{\"ending_number\":36,\"suffix\":\"+\",\"thousand_separator\":\"\",\"title\":\"\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"6d34c877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63d1651e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed Freight\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502abe1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\\niusto accusamus et iusto odio.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(320,75,'_elementor_edit_mode','builder'),
(321,75,'_elementor_template_type','section'),
(322,75,'_elementor_version','3.32.4'),
(323,75,'_elementor_pro_version','3.18.2'),
(324,75,'_elementor_data','[{\"id\":\"43ed2b07\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"701c4a84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"702f3710\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Solutions for Our Clients\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36862c2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt utet labore .\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49dab802\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2bb3c125\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"20cd9608\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"71\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4400f00e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5929c568\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":20,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b001d3f\",\"elType\":\"widget\",\"settings\":{\"ending_number\":271,\"thousand_separator\":\"\",\"title\":\"\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36b1d456\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"634c07bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offices Worldwide\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45c9f7a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\\niusto accusamus et iusto odio.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7bf64658\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"76\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2aa77f66\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":35,\"_inline_size_tablet\":20,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2093c839\",\"elType\":\"widget\",\"settings\":{\"ending_number\":36,\"suffix\":\"+\",\"thousand_separator\":\"\",\"title\":\"\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"6d34c877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65,\"_inline_size_tablet\":80,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63d1651e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed Freight\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502abe1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\\niusto accusamus et iusto odio.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(325,74,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:15:\"widget-icon-box\";i:3;s:14:\"widget-counter\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:16:\"jquery-numerator\";}}'),
(326,74,'_eael_custom_js',''),
(327,76,'_elementor_edit_mode','builder'),
(328,76,'_elementor_template_type','section'),
(329,76,'_elementor_version','3.32.4'),
(330,76,'_elementor_pro_version','3.18.2'),
(331,76,'_elementor_data','[{\"id\":\"398f269\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14f2a51\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"top\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62ced266\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/global-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2fafe2e4\",\"elType\":\"widget\",\"settings\":{\"ending_number\":270,\"thousand_separator\":\"\",\"title\":\"Useful Articles\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"4f79f5f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a7ef951\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"45\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d23dedc\",\"elType\":\"widget\",\"settings\":{\"ending_number\":366,\"thousand_separator\":\"\",\"title\":\"Trusted Partners\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ee8f860\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"top\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17281c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/count-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"21d97aaa\",\"elType\":\"widget\",\"settings\":{\"ending_number\":456,\"thousand_separator\":\"\",\"title\":\"Social Shares\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"32986814\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7db6bdaa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes-packages-3-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c6c3b4a\",\"elType\":\"widget\",\"settings\":{\"ending_number\":654,\"thousand_separator\":\"\",\"title\":\"Useful Articles\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false}]'),
(332,77,'_elementor_edit_mode','builder'),
(333,77,'_elementor_template_type','section'),
(334,77,'_elementor_version','3.32.4'),
(335,77,'_elementor_pro_version','3.18.2'),
(336,77,'_elementor_data','[{\"id\":\"398f269\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14f2a51\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"top\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62ced266\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/global-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2fafe2e4\",\"elType\":\"widget\",\"settings\":{\"ending_number\":270,\"thousand_separator\":\"\",\"title\":\"Useful Articles\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"4f79f5f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a7ef951\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"45\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d23dedc\",\"elType\":\"widget\",\"settings\":{\"ending_number\":366,\"thousand_separator\":\"\",\"title\":\"Trusted Partners\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ee8f860\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"top\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17281c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/count-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"21d97aaa\",\"elType\":\"widget\",\"settings\":{\"ending_number\":456,\"thousand_separator\":\"\",\"title\":\"Social Shares\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"32986814\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"space-between\",\"content_position_tablet\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7db6bdaa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes-packages-3-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c6c3b4a\",\"elType\":\"widget\",\"settings\":{\"ending_number\":654,\"thousand_separator\":\"\",\"title\":\"Useful Articles\",\"number_color\":\"#161616\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Montserrat\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_text_transform\":\"uppercase\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_number_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Montserrat\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_title_font_weight\":\"700\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false}]'),
(337,76,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-counter\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:16:\"jquery-numerator\";}}'),
(338,76,'_eael_custom_js',''),
(339,78,'_elementor_edit_mode','builder'),
(340,78,'_elementor_template_type','section'),
(341,78,'_elementor_version','3.32.4'),
(342,78,'_elementor_pro_version','3.18.2'),
(343,78,'_elementor_data','[{\"id\":\"60979aac\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15b83209\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.4,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75ea1dc4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c763ce0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50360889\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.6,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c9f3453\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4417a57c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.3,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34939872\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/giving-parcel-to-courier-E9PNCYB.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"36e90285\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.671,\"space_between_widgets\":0,\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60329bee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"178767af\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f0763e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.671,\"space_between_widgets\":0,\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a3e1699\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"c5004d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.3,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50163253\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(344,79,'_elementor_edit_mode','builder'),
(345,79,'_elementor_template_type','section'),
(346,79,'_elementor_version','3.32.4'),
(347,79,'_elementor_pro_version','3.18.2'),
(348,79,'_elementor_data','[{\"id\":\"60979aac\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15b83209\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.4,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75ea1dc4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c763ce0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50360889\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.6,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c9f3453\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4417a57c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.3,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34939872\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/giving-parcel-to-courier-E9PNCYB.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"36e90285\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.671,\"space_between_widgets\":0,\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60329bee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"570\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"178767af\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f0763e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.671,\"space_between_widgets\":0,\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a3e1699\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"c5004d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.3,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50163253\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"270\"},\"align\":\"left\",\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(349,78,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:17:\"e-animation-float\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(350,78,'_eael_custom_js',''),
(351,80,'_elementor_edit_mode','builder'),
(352,80,'_elementor_template_type','section'),
(353,80,'_elementor_version','3.32.4'),
(354,80,'_elementor_pro_version','3.18.2'),
(355,80,'_elementor_data','[{\"id\":\"c401f05\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"56\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"163\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3453e8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b96a421\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fe3c08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2b668582\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(356,81,'_elementor_edit_mode','builder'),
(357,81,'_elementor_template_type','section'),
(358,81,'_elementor_version','3.32.4'),
(359,81,'_elementor_pro_version','3.18.2'),
(360,81,'_elementor_data','[{\"id\":\"c401f05\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"56\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"163\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3453e8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b96a421\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fe3c08c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2b668582\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(361,80,'_elementor_page_assets','a:2:{s:6:\"styles\";a:5:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(362,80,'_eael_custom_js',''),
(363,82,'_elementor_edit_mode','builder'),
(364,82,'_elementor_template_type','section'),
(365,82,'_elementor_version','3.32.4'),
(366,82,'_elementor_pro_version','3.18.2'),
(367,82,'_elementor_data','[{\"id\":\"8ddc887\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":656,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/cargo-delivery-service-courier-with-box-and-phone-P5P42NQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"233\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43c773af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"149c003c\",\"elType\":\"widget\",\"settings\":{\"title\":\"World`s Best Transportation\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a230964\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(368,83,'_elementor_edit_mode','builder'),
(369,83,'_elementor_template_type','section'),
(370,83,'_elementor_version','3.32.4'),
(371,83,'_elementor_pro_version','3.18.2'),
(372,83,'_elementor_data','[{\"id\":\"8ddc887\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":656,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/cargo-delivery-service-courier-with-box-and-phone-P5P42NQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"233\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43c773af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"149c003c\",\"elType\":\"widget\",\"settings\":{\"title\":\"World`s Best Transportation\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a230964\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(373,82,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(374,82,'_eael_custom_js',''),
(375,84,'_wp_attached_file','2025/10/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg');
INSERT INTO `wpr1_postmeta` VALUES
(376,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:71:\"2025/10/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\";s:8:\"filesize\";i:142435;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21973;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8013;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64472;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:73:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236057;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:73:\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345617;}s:24:\"elementor_custom_462x247\";a:4:{s:4:\"file\";s:123:\"elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(377,84,'_elementor_source_image_hash','1abfa355b322c50c7ada7c8c0c046a714c8b9ace'),
(378,85,'_elementor_edit_mode','builder'),
(379,85,'_elementor_template_type','section'),
(380,85,'_elementor_version','3.32.4'),
(381,85,'_elementor_pro_version','3.18.2'),
(382,85,'_elementor_data','[{\"id\":\"405146f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"153\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c714d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"content_position_tablet\":\"bottom\",\"content_position_mobile\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"337d9e08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Solutions for Our Clients\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"392e7075\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"40\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e9b155a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31c56c26\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"220\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_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\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3cc81454\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f45707c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"220\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_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\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3c0d0bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3344b73b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"220\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_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\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7690c92f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":600,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a7ccd31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"220\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_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\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cfc175f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"242a6420\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"content_position_tablet\":\"bottom\",\"content_position_mobile\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"752cd3f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec et erat egestas, imperdiet diam in, imperdiet justo. Sed sapien ex, luctus sit amet metus vitae, aliquet rhoncus ipsum. Nam convallis ante quis efficitur scelerisque.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(383,86,'_elementor_edit_mode','builder'),
(384,86,'_elementor_template_type','section'),
(385,86,'_elementor_version','3.32.4'),
(386,86,'_elementor_pro_version','3.18.2'),
(387,86,'_elementor_data','[{\"id\":\"405146f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"153\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c714d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"content_position_tablet\":\"bottom\",\"content_position_mobile\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"337d9e08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Solutions for Our Clients\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"392e7075\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"40\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e9b155a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31c56c26\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"220\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_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\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3cc81454\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f45707c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"220\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_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\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3c0d0bb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3344b73b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"220\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_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\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7690c92f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"21\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":600,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a7ccd31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":84,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"270\",\"height\":\"220\"},\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_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\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cfc175f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"242a6420\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"content_position_tablet\":\"bottom\",\"content_position_mobile\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"752cd3f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec et erat egestas, imperdiet diam in, imperdiet justo. Sed sapien ex, luctus sit amet metus vitae, aliquet rhoncus ipsum. Nam convallis ante quis efficitur scelerisque.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(388,85,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(389,85,'_eael_custom_js',''),
(390,87,'_wp_attached_file','2025/10/mail-icon.png'),
(391,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:21:\"2025/10/mail-icon.png\";s:8:\"filesize\";i:2295;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"mail-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4420;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"mail-icon-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17175;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"mail-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"mail-icon-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14171;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"mail-icon-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23603;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"mail-icon-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(392,87,'_elementor_source_image_hash','da098806902a366227eb88a440259db201a90a47'),
(393,88,'_elementor_edit_mode','builder'),
(394,88,'_elementor_template_type','section'),
(395,88,'_elementor_version','3.32.4'),
(396,88,'_elementor_pro_version','3.18.2'),
(397,88,'_elementor_data','[{\"id\":\"3bf5f2dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4081f57e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f56208e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern & Trusted Logistics Company\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22639ea9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e0f68fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b43008\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\"},\"title_text\":\"examplesite@info.com\",\"description_text\":\"\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"57f374b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21126533\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"446\"},\"align\":\"right\",\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(398,89,'_elementor_edit_mode','builder'),
(399,89,'_elementor_template_type','section'),
(400,89,'_elementor_version','3.32.4'),
(401,89,'_elementor_pro_version','3.18.2'),
(402,89,'_elementor_data','[{\"id\":\"3bf5f2dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4081f57e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f56208e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern & Trusted Logistics Company\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22639ea9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e0f68fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b43008\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\"},\"title_text\":\"examplesite@info.com\",\"description_text\":\"\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"image_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"57f374b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21126533\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"446\"},\"align\":\"right\",\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(403,88,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:16:\"widget-image-box\";i:3;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(404,88,'_eael_custom_js',''),
(405,90,'_wp_attached_file','2025/10/boat.png'),
(406,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:16:\"2025/10/boat.png\";s:8:\"filesize\";i:732;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"boat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9075;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"boat-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"boat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4235;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"boat-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14610;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"boat-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24196;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"boat-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32877;}s:24:\"elementor_custom_130x130\";a:4:{s:4:\"file\";s:68:\"elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\";s:5:\"width\";i:130;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(407,90,'_elementor_source_image_hash','8b9fbf2b61099fa534fae3b82a0d9d5ed8b0ceaf'),
(408,91,'_wp_attached_file','2025/10/truck-2-1.png'),
(409,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:131;s:4:\"file\";s:21:\"2025/10/truck-2-1.png\";s:8:\"filesize\";i:1349;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"truck-2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7870;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"truck-2-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"truck-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3725;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"truck-2-1-768x773.png\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"truck-2-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22602;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"truck-2-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31059;}s:24:\"elementor_custom_130x130\";a:4:{s:4:\"file\";s:38:\"elementor/thumbs/truck-2-1-150x150.png\";s:5:\"width\";i:130;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(410,91,'_elementor_source_image_hash','e725eff6656e3ea3c06ff5a4fee75eea18051ea5'),
(411,92,'_wp_attached_file','2025/10/logistics-box.png'),
(412,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:131;s:4:\"file\";s:25:\"2025/10/logistics-box.png\";s:8:\"filesize\";i:690;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"logistics-box-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5796;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"logistics-box-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12779;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"logistics-box-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2705;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"logistics-box-768x773.png\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10245;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"logistics-box-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19374;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"logistics-box-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28057;}s:24:\"elementor_custom_130x130\";a:4:{s:4:\"file\";s:42:\"elementor/thumbs/logistics-box-150x150.png\";s:5:\"width\";i:130;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(413,92,'_elementor_source_image_hash','686a196788da2e0e57e8f86448e5b71bfc929757'),
(414,93,'_elementor_edit_mode','builder'),
(415,93,'_elementor_template_type','section'),
(416,93,'_elementor_version','3.32.4'),
(417,93,'_elementor_pro_version','3.18.2'),
(418,93,'_elementor_data','[{\"id\":\"7ea5777b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1926e388\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e9edc2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All \\nTypes of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52ce19e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation nostrud.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68e722b7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1592550f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"242ae2eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"23bba609\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2b4512bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3adbbadf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27f0610b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"570\"},\"align\":\"right\",\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(419,94,'_elementor_edit_mode','builder'),
(420,94,'_elementor_template_type','section'),
(421,94,'_elementor_version','3.32.4'),
(422,94,'_elementor_pro_version','3.18.2'),
(423,94,'_elementor_data','[{\"id\":\"7ea5777b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1926e388\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e9edc2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All \\nTypes of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52ce19e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation nostrud.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68e722b7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1592550f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"242ae2eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"23bba609\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":91,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2b4512bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":92,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3adbbadf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27f0610b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"570\"},\"align\":\"right\",\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(424,93,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(425,93,'_eael_custom_js',''),
(426,95,'_elementor_edit_mode','builder'),
(427,95,'_elementor_template_type','section'),
(428,95,'_elementor_version','3.32.4'),
(429,95,'_elementor_pro_version','3.18.2'),
(430,95,'_elementor_data','[{\"id\":\"762aa433\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26c98c38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"579dbd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"78d68c91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110b8cef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit sed do amet eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation nostrud.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"47deb36a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20b44db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ce46476\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"650\"},\"align\":\"right\",\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(431,96,'_elementor_edit_mode','builder'),
(432,96,'_elementor_template_type','section'),
(433,96,'_elementor_version','3.32.4'),
(434,96,'_elementor_pro_version','3.18.2'),
(435,96,'_elementor_data','[{\"id\":\"762aa433\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26c98c38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"579dbd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":90,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"78d68c91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110b8cef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit sed do amet eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation nostrud.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"47deb36a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"20b44db0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ce46476\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"650\"},\"align\":\"right\",\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(436,95,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:12:\"widget-image\";i:2;s:14:\"widget-heading\";i:3;s:17:\"e-animation-float\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(437,95,'_eael_custom_js',''),
(438,97,'_wp_attached_file','2025/10/list-line.png'),
(439,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:20;s:6:\"height\";i:3;s:4:\"file\";s:21:\"2025/10/list-line.png\";s:8:\"filesize\";i:93;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"list-line-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1086;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"list-line-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6525;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"list-line-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:487;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"list-line-768x115.png\";s:5:\"width\";i:768;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:699;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"list-line-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12718;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"list-line-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(440,97,'_elementor_source_image_hash','b360c97d1d0ee4d86018140b8502ec114ba5a9ed'),
(441,98,'_elementor_edit_mode','builder'),
(442,98,'_elementor_template_type','section'),
(443,98,'_elementor_version','3.32.4'),
(444,98,'_elementor_pro_version','3.18.2'),
(445,98,'_elementor_data','[{\"id\":\"7800400f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b7768f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"444c4281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"670\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4185f57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"102\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5de43dd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Have a Wide Range of Solutions for Your Business\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c124a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore menim adsedlm minim ve, quis nostrud exercitation .\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a06a750\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tracking Made Easy\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":97,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61e9a1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple Warehouses\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":97,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b83ece1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Solutions & Special Expertise\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":97,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71e86b6f\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(446,99,'_elementor_edit_mode','builder'),
(447,99,'_elementor_template_type','section'),
(448,99,'_elementor_version','3.32.4'),
(449,99,'_elementor_pro_version','3.18.2'),
(450,99,'_elementor_data','[{\"id\":\"7800400f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b7768f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"444c4281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"670\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4185f57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"102\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5de43dd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Have a Wide Range of Solutions for Your Business\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c124a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore menim adsedlm minim ve, quis nostrud exercitation .\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a06a750\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tracking Made Easy\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":97,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61e9a1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Multiple Warehouses\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":97,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b83ece1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Solutions & Special Expertise\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":97,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71e86b6f\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(451,98,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:12:\"widget-image\";i:2;s:14:\"widget-heading\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(452,98,'_eael_custom_js',''),
(453,100,'_elementor_edit_mode','builder'),
(454,100,'_elementor_template_type','section'),
(455,100,'_elementor_version','3.32.4'),
(456,100,'_elementor_pro_version','3.18.2'),
(457,100,'_elementor_data','[{\"id\":\"1f99f34f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d2cd4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bd46897\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b1b9b4a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.598,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\",\"cards_read_more_text\":\"Read More\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"60\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_row_gap\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_color\":\"#FF371E\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"classic_posts_per_page\":3,\"_skin\":\"cards\",\"cards_posts_per_page\":3,\"cards_masonry\":\"yes\",\"cards_thumbnail_size_size\":\"full\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_show_read_more\":\"\",\"cards_badge_taxonomy\":\"post_tag\",\"cards_show_avatar\":\"\",\"classic_box_bg_color\":\"#EFF2F4\",\"cards_row_gap\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cards_alignment\":\"left\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"rgba(2, 1, 1, 0)\",\"cards_badge_position\":\"left\",\"cards_badge_bg_color\":\"#FF730C\",\"cards_badge_color\":\"#FFFFFF\",\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_title_color\":\"#161616\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Montserrat\",\"cards_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_font_weight\":\"800\",\"cards_title_typography_text_transform\":\"none\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"cards_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_meta_color\":\"#A5AAAD\",\"cards_meta_separator_color\":\"#A5AAAD\",\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Montserrat\",\"cards_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_transform\":\"none\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"cards_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":200,\"classic_show_excerpt\":\"\",\"classic_show_read_more\":\"\",\"cards_badge_typography_typography\":\"custom\",\"cards_badge_typography_font_family\":\"Montserrat\",\"cards_badge_typography_font_weight\":\"500\",\"cards_badge_typography_text_transform\":\"capitalize\",\"cards_badge_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"cards_badge_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(458,101,'_elementor_edit_mode','builder'),
(459,101,'_elementor_template_type','section'),
(460,101,'_elementor_version','3.32.4'),
(461,101,'_elementor_pro_version','3.18.2'),
(462,101,'_elementor_data','[{\"id\":\"1f99f34f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d2cd4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bd46897\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b1b9b4a\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.598,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\",\"cards_read_more_text\":\"Read More\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"60\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_row_gap\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_color\":\"#FF371E\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"classic_posts_per_page\":3,\"_skin\":\"cards\",\"cards_posts_per_page\":3,\"cards_masonry\":\"yes\",\"cards_thumbnail_size_size\":\"full\",\"cards_show_excerpt\":\"\",\"cards_meta_data\":[],\"cards_show_read_more\":\"\",\"cards_badge_taxonomy\":\"post_tag\",\"cards_show_avatar\":\"\",\"classic_box_bg_color\":\"#EFF2F4\",\"cards_row_gap\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cards_alignment\":\"left\",\"cards_card_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_card_vertical_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"rgba(2, 1, 1, 0)\",\"cards_badge_position\":\"left\",\"cards_badge_bg_color\":\"#FF730C\",\"cards_badge_color\":\"#FFFFFF\",\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_title_color\":\"#161616\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Montserrat\",\"cards_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_font_weight\":\"800\",\"cards_title_typography_text_transform\":\"none\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"cards_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_meta_color\":\"#A5AAAD\",\"cards_meta_separator_color\":\"#A5AAAD\",\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Montserrat\",\"cards_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_transform\":\"none\",\"cards_meta_typography_line_height\":{\"unit\":\"em\",\"size\":4.6,\"sizes\":[]},\"cards_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":200,\"classic_show_excerpt\":\"\",\"classic_show_read_more\":\"\",\"cards_badge_typography_typography\":\"custom\",\"cards_badge_typography_font_family\":\"Montserrat\",\"cards_badge_typography_font_weight\":\"500\",\"cards_badge_typography_text_transform\":\"capitalize\",\"cards_badge_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"cards_badge_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(463,100,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(464,100,'_eael_custom_js',''),
(465,102,'_elementor_edit_mode','builder'),
(466,102,'_elementor_template_type','section'),
(467,102,'_elementor_version','3.32.4'),
(468,102,'_elementor_pro_version','3.18.2'),
(469,102,'_elementor_data','[{\"id\":\"3946e23c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2981a892\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7be032d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b1daba6\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.598,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"60\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_row_gap\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_color\":\"#FF371E\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"classic_posts_per_page\":3,\"classic_thumbnail\":\"none\",\"classic_box_bg_color\":\"#EFF2F4\",\"_animation_delay\":200,\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(470,103,'_elementor_edit_mode','builder'),
(471,103,'_elementor_template_type','section'),
(472,103,'_elementor_version','3.32.4'),
(473,103,'_elementor_pro_version','3.18.2'),
(474,103,'_elementor_data','[{\"id\":\"3946e23c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2981a892\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7be032d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Articles\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b1daba6\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.598,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"60\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_row_gap\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_color\":\"#FF371E\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"classic_posts_per_page\":3,\"classic_thumbnail\":\"none\",\"classic_box_bg_color\":\"#EFF2F4\",\"_animation_delay\":200,\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(475,102,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(476,102,'_eael_custom_js',''),
(477,104,'_elementor_edit_mode','builder'),
(478,104,'_elementor_template_type','section'),
(479,104,'_elementor_version','3.32.4'),
(480,104,'_elementor_pro_version','3.18.2'),
(481,104,'_elementor_data','[{\"id\":\"4f6e066e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27b6abfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"796021ca\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Quisque ullamcorper ligula\",\"item_description\":\"Vestibulum ante ipsum primis in faucibus orci luctus.\",\"price\":\"$45.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"14febe3\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},{\"title\":\"Fusce cursus magna\",\"item_description\":\"Donec nisi massa, sagittis eget rutrum.\",\"price\":\"$65.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a9894a1\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},{\"title\":\"Nulla commodo libero nec\",\"item_description\":\"Fusce sed pharetra dolor, vitae vulputate lectus.\",\"price\":\"$75.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1823174\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"heading_color\":\"#161616\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Montserrat\",\"heading_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"none\",\"heading_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"separator_style\":\"dashed\",\"image_size_size\":\"full\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeIn\",\"separator_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":false},{\"id\":\"25e801b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10c6a3b3\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Aliquam viverra enim\",\"item_description\":\" Aenean feugiat varius nisi, quis tempus nunc dictum lacinia.\",\"price\":\"$80.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"14febe3\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},{\"title\":\"Nuletrices ligula imperdiet lectus \",\"item_description\":\"Fusce sed pharetra dolor, vitae vulputate lectus.\",\"price\":\"$85.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a9894a1\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},{\"title\":\"Integer Vitae Euismod\",\"item_description\":\"In egestas enim dui, placerat laoreet quam interdum et.\",\"price\":\"$95.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1823174\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"heading_color\":\"#161616\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Montserrat\",\"heading_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"none\",\"heading_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"separator_style\":\"dashed\",\"image_size_size\":\"full\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeIn\",\"separator_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(482,105,'_elementor_edit_mode','builder'),
(483,105,'_elementor_template_type','section'),
(484,105,'_elementor_version','3.32.4'),
(485,105,'_elementor_pro_version','3.18.2'),
(486,105,'_elementor_data','[{\"id\":\"4f6e066e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27b6abfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"796021ca\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Quisque ullamcorper ligula\",\"item_description\":\"Vestibulum ante ipsum primis in faucibus orci luctus.\",\"price\":\"$45.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"14febe3\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},{\"title\":\"Fusce cursus magna\",\"item_description\":\"Donec nisi massa, sagittis eget rutrum.\",\"price\":\"$65.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a9894a1\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},{\"title\":\"Nulla commodo libero nec\",\"item_description\":\"Fusce sed pharetra dolor, vitae vulputate lectus.\",\"price\":\"$75.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1823174\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"heading_color\":\"#161616\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Montserrat\",\"heading_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"none\",\"heading_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"separator_style\":\"dashed\",\"image_size_size\":\"full\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeIn\",\"separator_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":false},{\"id\":\"25e801b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10c6a3b3\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"title\":\"Aliquam viverra enim\",\"item_description\":\" Aenean feugiat varius nisi, quis tempus nunc dictum lacinia.\",\"price\":\"$80.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"14febe3\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},{\"title\":\"Nuletrices ligula imperdiet lectus \",\"item_description\":\"Fusce sed pharetra dolor, vitae vulputate lectus.\",\"price\":\"$85.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a9894a1\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},{\"title\":\"Integer Vitae Euismod\",\"item_description\":\"In egestas enim dui, placerat laoreet quam interdum et.\",\"price\":\"$95.00\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1823174\",\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"heading_color\":\"#161616\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Montserrat\",\"heading_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"heading_typography_font_weight\":\"700\",\"heading_typography_text_transform\":\"none\",\"heading_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"heading_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"separator_style\":\"dashed\",\"image_size_size\":\"full\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_animation\":\"fadeIn\",\"separator_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"price-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(487,104,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:18:\"e-animation-fadeIn\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(488,104,'_eael_custom_js',''),
(489,106,'_wp_attached_file','2025/10/group-1.png'),
(490,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:160;s:4:\"file\";s:19:\"2025/10/group-1.png\";s:8:\"filesize\";i:2672;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"group-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3001;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"group-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"group-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"group-1-768x819.png\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10849;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"group-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19717;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"group-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28523;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(491,106,'_elementor_source_image_hash','dd0b49d9ab15fb573bc0eabed77eddc82660fdc3'),
(492,107,'_wp_attached_file','2025/10/group-2.png'),
(493,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:160;s:4:\"file\";s:19:\"2025/10/group-2.png\";s:8:\"filesize\";i:1976;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"group-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2260;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"group-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10920;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"group-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1435;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"group-2-768x819.png\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8707;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"group-2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17462;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"group-2-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(494,107,'_elementor_source_image_hash','065909cf76b7186a14a86b6f2d11f70bd10432dc'),
(495,108,'_wp_attached_file','2025/10/group-3.png'),
(496,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:160;s:4:\"file\";s:19:\"2025/10/group-3.png\";s:8:\"filesize\";i:2223;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"group-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2763;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"group-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"group-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"group-3-768x819.png\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11326;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"group-3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20454;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"group-3-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(497,108,'_elementor_source_image_hash','d4924ad82424f38f7c6e1925e969df06995b47ee'),
(498,109,'_elementor_edit_mode','builder'),
(499,109,'_elementor_template_type','section'),
(500,109,'_elementor_version','3.32.4'),
(501,109,'_elementor_pro_version','3.18.2'),
(502,109,'_elementor_data','[{\"id\":\"5cd99a26\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23968149\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5208412d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":106,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/group-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bfa6a12\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54512f3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"$250.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba41f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba0ad9d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"17426cc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fce03de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":107,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/group-2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2b611900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fa70416\",\"elType\":\"widget\",\"settings\":{\"title\":\"$300.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16bb5691\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bdeb0cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"268fb72d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cd09cd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":108,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/group-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19e3b1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Express\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"255a20bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"$350.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67db706a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13d62918\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(503,110,'_elementor_edit_mode','builder'),
(504,110,'_elementor_template_type','section'),
(505,110,'_elementor_version','3.32.4'),
(506,110,'_elementor_pro_version','3.18.2'),
(507,110,'_elementor_data','[{\"id\":\"5cd99a26\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23968149\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5208412d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":106,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/group-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1bfa6a12\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54512f3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"$250.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba41f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba0ad9d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"17426cc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fce03de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":107,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/group-2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2b611900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fa70416\",\"elType\":\"widget\",\"settings\":{\"title\":\"$300.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16bb5691\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bdeb0cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"268fb72d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cd09cd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":108,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/group-3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19e3b1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Express\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"255a20bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"$350.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67db706a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13d62918\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(508,109,'_elementor_page_assets','a:2:{s:6:\"styles\";a:5:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:12:\"widget-image\";i:2;s:14:\"widget-heading\";i:3;s:17:\"e-animation-float\";i:4;s:21:\"e-animation-slideInUp\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(509,109,'_eael_custom_js',''),
(510,111,'_wp_attached_file','2025/10/red-truck-on-the-road-PY8RVLW.jpg'),
(511,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:41:\"2025/10/red-truck-on-the-road-PY8RVLW.jpg\";s:8:\"filesize\";i:143021;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"red-truck-on-the-road-PY8RVLW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21673;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"red-truck-on-the-road-PY8RVLW-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"red-truck-on-the-road-PY8RVLW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7922;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"red-truck-on-the-road-PY8RVLW-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62228;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"red-truck-on-the-road-PY8RVLW-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231468;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:43:\"red-truck-on-the-road-PY8RVLW-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366610;}s:24:\"elementor_custom_570x329\";a:4:{s:4:\"file\";s:93:\"elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usu9d74qr7p4n8k2z9z21z04w4z87zh2q05sq.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:73:\"Red Speeding Semi Truck on the European Highway. Transportation Industry.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:20:\"All Rights Reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:21:\"Red Truck on the Road\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:31:\"truck, semi truck, speed, truck\";}}}'),
(512,111,'_elementor_source_image_hash','50b18e74a5468a34cdea7d95a69ddee798f25753'),
(513,112,'_elementor_edit_mode','builder'),
(514,112,'_elementor_template_type','section'),
(515,112,'_elementor_version','3.32.4'),
(516,112,'_elementor_pro_version','3.18.2'),
(517,112,'_elementor_data','[{\"id\":\"4490ef50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c014a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"556e648a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"236e579a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b59359e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"200\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"150b2a7e\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1172e053\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5599bd7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FF371E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e15729f\",\"elType\":\"widget\",\"settings\":{\"title\":\"$250.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c801244\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eb7c78b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1666b359\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b315f79\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2809695a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15c43cf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":111,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/red-truck-on-the-road-PY8RVLW.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"200\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29801ccb\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48ca6b86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"520b6cc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FF371E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67e3f9d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"$300.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f429fdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18718349\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5975946\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6eb626ab\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"250a8994\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70f13e0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"200\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b3f4dd3\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"534afbf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66e4ea05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FF371E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e98ee90\",\"elType\":\"widget\",\"settings\":{\"title\":\"$350.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fc19ea8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4547dd25\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(518,113,'_elementor_edit_mode','builder'),
(519,113,'_elementor_template_type','section'),
(520,113,'_elementor_version','3.32.4'),
(521,113,'_elementor_pro_version','3.18.2'),
(522,113,'_elementor_data','[{\"id\":\"4490ef50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c014a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"556e648a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"236e579a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b59359e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"200\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"150b2a7e\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1172e053\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5599bd7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FF371E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e15729f\",\"elType\":\"widget\",\"settings\":{\"title\":\"$250.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c801244\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eb7c78b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1666b359\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b315f79\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2809695a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15c43cf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":111,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/red-truck-on-the-road-PY8RVLW.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"200\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29801ccb\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48ca6b86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"520b6cc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FF371E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67e3f9d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"$300.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f429fdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18718349\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5975946\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6eb626ab\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"250a8994\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70f13e0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"200\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b3f4dd3\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"534afbf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66e4ea05\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FF371E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e98ee90\",\"elType\":\"widget\",\"settings\":{\"title\":\"$350.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fc19ea8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4547dd25\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(523,112,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(524,112,'_eael_custom_js',''),
(525,114,'_elementor_edit_mode','builder'),
(526,114,'_elementor_template_type','section'),
(527,114,'_elementor_version','3.32.4'),
(528,114,'_elementor_pro_version','3.18.2'),
(529,114,'_elementor_data','[{\"id\":\"6627ae1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b00e32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.5,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"30\",\"bottom\":\"68\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55d4a97c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular Freight\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee1b4ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small business\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"647df200\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FF730C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"300381b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single covered truck\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35224a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Five men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e1a5498\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 5 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c78bb6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 100 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f49f95c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"252e0ff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.5,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"30\",\"bottom\":\"69\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4020803\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed Freight\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d01fbb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Big business\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23a0d77a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$99.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FF730C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6758e3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single covered truck\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e999c26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Five men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc21d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 10 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fd7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 200 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"504ee5e2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"45451790\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.332,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"122\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ed77280\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5747d9a1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  dolor in reprehenderit in voluptate velit esse xcepteur sint occaecat veniam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59a6b8d0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(530,115,'_elementor_edit_mode','builder'),
(531,115,'_elementor_template_type','section'),
(532,115,'_elementor_version','3.32.4'),
(533,115,'_elementor_pro_version','3.18.2'),
(534,115,'_elementor_data','[{\"id\":\"6627ae1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b00e32b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.5,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"30\",\"bottom\":\"68\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55d4a97c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular Freight\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee1b4ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small business\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"647df200\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FF730C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"300381b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single covered truck\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35224a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Five men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e1a5498\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 5 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c78bb6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 100 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f49f95c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"252e0ff9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.5,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"30\",\"bottom\":\"69\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4020803\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed Freight\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d01fbb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Big business\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23a0d77a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$99.00\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FF730C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6758e3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single covered truck\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e999c26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Five men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc21d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 10 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fd7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 200 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"504ee5e2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"45451790\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.332,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"122\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ed77280\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5747d9a1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  dolor in reprehenderit in voluptate velit esse xcepteur sint occaecat veniam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59a6b8d0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(535,114,'_elementor_page_assets','a:2:{s:6:\"styles\";a:5:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:21:\"e-animation-slideInUp\";i:3;s:17:\"e-animation-float\";i:4;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(536,114,'_eael_custom_js',''),
(537,116,'_elementor_edit_mode','builder'),
(538,116,'_elementor_template_type','section'),
(539,116,'_elementor_version','3.32.4'),
(540,116,'_elementor_pro_version','3.18.2'),
(541,116,'_elementor_data','[{\"id\":\"3db6d0be\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"156\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50ddeb74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"744d7b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a0fab15\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5db1ccd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31d38c56\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1010aaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d2ba977\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5400d774\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e83a66a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"316cdc6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hershel Acosta\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf72a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Account Executive\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2411d49e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52bc7daf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14ebc02b\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bc10ec4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ffa7db1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ac462b9\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f10b976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"506c5648\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angelo Wysong\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ad90b43\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Manager\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a38d7a7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1aac1607\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a86dca6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"766c5041\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16a4b842\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e2c15cd\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"425f2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"513a77f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Sanchez\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb73b50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Service \",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d8c48e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(542,117,'_elementor_edit_mode','builder'),
(543,117,'_elementor_template_type','section'),
(544,117,'_elementor_version','3.32.4'),
(545,117,'_elementor_pro_version','3.18.2'),
(546,117,'_elementor_data','[{\"id\":\"3db6d0be\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"156\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50ddeb74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"744d7b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a0fab15\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5db1ccd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31d38c56\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1010aaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d2ba977\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5400d774\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e83a66a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"316cdc6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hershel Acosta\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bf72a64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Account Executive\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2411d49e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52bc7daf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14ebc02b\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bc10ec4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ffa7db1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ac462b9\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f10b976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"506c5648\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angelo Wysong\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ad90b43\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Manager\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a38d7a7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1aac1607\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a86dca6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"766c5041\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16a4b842\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e2c15cd\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"425f2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"513a77f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Sanchez\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb73b50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Service \",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d8c48e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"icon_padding_tablet\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(547,116,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:21:\"e-animation-slideInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:12:\"widget-image\";i:4;s:19:\"widget-social-icons\";i:5;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(548,116,'_eael_custom_js',''),
(549,118,'_elementor_edit_mode','builder'),
(550,118,'_elementor_template_type','section'),
(551,118,'_elementor_version','3.32.4'),
(552,118,'_elementor_pro_version','3.18.2'),
(553,118,'_elementor_data','[{\"id\":\"1ac83e49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"156\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29b7c25f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69ae693\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75707271\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"689f7ffc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68db56e4\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16a20b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66feaf4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_text\":\"Hershel Acosta\",\"description_text\":\"Account Executive\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"45\",\"bottom\":\"48\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#1D299B\",\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6791f114\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12138c28\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"140bca71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36f523dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_text\":\"Angelo Wysong\",\"description_text\":\"General Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"45\",\"bottom\":\"48\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#1D299B\",\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3451612f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12bcc235\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2875f0cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57b444d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_text\":\"William Sanchez\",\"description_text\":\"Customer Service\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"45\",\"bottom\":\"48\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#1D299B\",\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(554,119,'_elementor_edit_mode','builder'),
(555,119,'_elementor_template_type','section'),
(556,119,'_elementor_version','3.32.4'),
(557,119,'_elementor_pro_version','3.18.2'),
(558,119,'_elementor_data','[{\"id\":\"1ac83e49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"156\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29b7c25f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69ae693\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75707271\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"689f7ffc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68db56e4\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16a20b14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66feaf4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_text\":\"Hershel Acosta\",\"description_text\":\"Account Executive\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"45\",\"bottom\":\"48\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#1D299B\",\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6791f114\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12138c28\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"140bca71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36f523dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_text\":\"Angelo Wysong\",\"description_text\":\"General Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"45\",\"bottom\":\"48\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#1D299B\",\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3451612f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12bcc235\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2875f0cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57b444d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_text\":\"William Sanchez\",\"description_text\":\"Customer Service\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"fadeInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"45\",\"bottom\":\"48\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#1D299B\",\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(559,118,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:22:\"e-animation-fadeInDown\";i:3;s:16:\"widget-image-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(560,118,'_eael_custom_js',''),
(561,120,'_elementor_edit_mode','builder'),
(562,120,'_elementor_template_type','section'),
(563,120,'_elementor_version','3.32.4'),
(564,120,'_elementor_pro_version','3.18.2'),
(565,120,'_elementor_data','[{\"id\":\"17ad75c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"156\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"eb22d57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"123fc3fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50f54a02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29065b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b0283aa\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"557c84e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ca00e2d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"221\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b27f96a\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f795e6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a433394\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hershel Acosta\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57edc6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Account Executive\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4cd2e039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit\\u0443 amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14e732dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FF371E\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c215a26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a16b32a\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f8db0e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62d5d9f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"221\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6778f469\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"632ffc5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f6d2af2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angelo Wysong\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1891c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Manager\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f20692b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit\\u0443 amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"47fb16a5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FF371E\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"192c3a4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68101ab4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b76c319\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62ce737b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"221\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ffc3c9f\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63668cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"303ab76a\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Sanchez\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10cf7957\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Service \",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11f0b1a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit\\u0443 amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"172df149\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FF371E\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(566,121,'_elementor_edit_mode','builder'),
(567,121,'_elementor_template_type','section'),
(568,121,'_elementor_version','3.32.4'),
(569,121,'_elementor_pro_version','3.18.2'),
(570,121,'_elementor_data','[{\"id\":\"17ad75c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"156\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"eb22d57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"123fc3fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50f54a02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29065b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b0283aa\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"557c84e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ca00e2d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"221\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b27f96a\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f795e6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a433394\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hershel Acosta\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57edc6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Account Executive\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4cd2e039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit\\u0443 amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14e732dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FF371E\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c215a26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a16b32a\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f8db0e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62d5d9f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"221\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6778f469\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"632ffc5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f6d2af2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angelo Wysong\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1891c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Manager\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f20692b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit\\u0443 amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"47fb16a5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FF371E\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"192c3a4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68101ab4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b76c319\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62ce737b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"221\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ffc3c9f\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63668cfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"303ab76a\",\"elType\":\"widget\",\"settings\":{\"title\":\"William Sanchez\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10cf7957\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Service \",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11f0b1a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit\\u0443 amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"172df149\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FF371E\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(571,120,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:12:\"widget-image\";i:3;s:17:\"e-animation-float\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(572,120,'_eael_custom_js',''),
(573,122,'_wp_attached_file','2025/10/team-1.png'),
(574,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:898;s:4:\"file\";s:18:\"2025/10/team-1.png\";s:8:\"filesize\";i:438441;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"team-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166497;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"team-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1688180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"team-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"team-1-768x560.png\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:734805;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"team-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3035425;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"team-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3733100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(575,122,'_elementor_source_image_hash','f77f253caf66b4cced2195e1e33f4f3a92692397'),
(576,123,'_wp_attached_file','2025/10/team-4.png'),
(577,123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:898;s:4:\"file\";s:18:\"2025/10/team-4.png\";s:8:\"filesize\";i:401170;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"team-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138545;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"team-4-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1389680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"team-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"team-4-768x560.png\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:588944;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"team-4-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2474597;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"team-4-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2997847;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(578,123,'_elementor_source_image_hash','b5d073f0235ceafcb6d14da8b273397051fef6b6'),
(579,124,'_elementor_edit_mode','builder'),
(580,124,'_elementor_template_type','section'),
(581,124,'_elementor_version','3.32.4'),
(582,124,'_elementor_pro_version','3.18.2'),
(583,124,'_elementor_data','[{\"id\":\"473da13a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b1f3bcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cb9a3ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d8dc03e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d6909ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78a6ecd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a8d25da\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":122,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true},{\"id\":\"582b29e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7baf1541\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1053dc36\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":123,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(584,125,'_elementor_edit_mode','builder'),
(585,125,'_elementor_template_type','section'),
(586,125,'_elementor_version','3.32.4'),
(587,125,'_elementor_pro_version','3.18.2'),
(588,125,'_elementor_data','[{\"id\":\"473da13a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b1f3bcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cb9a3ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d8dc03e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d6909ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78a6ecd7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a8d25da\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":122,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true},{\"id\":\"582b29e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7baf1541\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1053dc36\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":123,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(589,124,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:12:\"widget-image\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(590,124,'_eael_custom_js',''),
(591,126,'_wp_attached_file','2025/10/team-5.png'),
(592,126,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:898;s:4:\"file\";s:18:\"2025/10/team-5.png\";s:8:\"filesize\";i:476157;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"team-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139783;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"team-5-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1519806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"team-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39159;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"team-5-768x560.png\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:664651;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"team-5-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2780473;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"team-5-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3408474;}s:24:\"elementor_custom_470x320\";a:4:{s:4:\"file\";s:70:\"elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\";s:5:\"width\";i:470;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(593,126,'_elementor_source_image_hash','25bf67578895177db521a330b305f3c6c7048942'),
(594,127,'_elementor_edit_mode','builder'),
(595,127,'_elementor_template_type','section'),
(596,127,'_elementor_version','3.32.4'),
(597,127,'_elementor_pro_version','3.18.2'),
(598,127,'_elementor_data','[{\"id\":\"207fa0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4360d5b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78660b60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"320\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"52836cae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7983cb81\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.\",\"name\":\"Miranda Atkins\",\"title\":\"Teacher, NY\",\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"_id\":\"9ee1b9c\"}],\"alignment\":\"left\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(599,128,'_elementor_edit_mode','builder'),
(600,128,'_elementor_template_type','section'),
(601,128,'_elementor_version','3.32.4'),
(602,128,'_elementor_pro_version','3.18.2'),
(603,128,'_elementor_data','[{\"id\":\"207fa0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4360d5b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78660b60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"320\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"52836cae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7983cb81\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.\",\"name\":\"Miranda Atkins\",\"title\":\"Teacher, NY\",\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"_id\":\"9ee1b9c\"}],\"alignment\":\"left\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(604,127,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:12:\"widget-image\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(605,127,'_eael_custom_js',''),
(606,129,'_elementor_edit_mode','builder'),
(607,129,'_elementor_template_type','page'),
(608,129,'_elementor_version','3.32.4'),
(609,129,'_elementor_pro_version','3.18.2'),
(610,129,'_elementor_data','[{\"id\":\"217a37c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"189\",\"right\":\"0\",\"bottom\":\"172\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63fa1275\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"488de548\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_posts_per_page\":1,\"classic_thumbnail\":\"none\",\"classic_title_tag\":\"h1\",\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_alignment\":\"center\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_title_color\":\"#FFFFFF\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":3.1,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"capitalize\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_meta_color\":\"#FFFFFF\",\"classic_meta_separator_color\":\"#FFFFFF\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"classic_read_more_color\":\"#FFFFFF\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"classic_meta_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_meta_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeIn\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25e9d78b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3eff8bb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"186e7945\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"4\",\"classic_posts_per_page\":4,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.58,\"sizes\":[]},\"classic_title_tag\":\"h6\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_weight\":\"700\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_order\":\"asc\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b1dab8b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ac9e06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38acc9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Articles\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e6e881d\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"2\",\"classic_posts_per_page\":4,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.595,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[\"6\"],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":2.25,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.6,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_order\":\"asc\",\"classic_columns_tablet\":\"1\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"644da686\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38e8a613\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1bd9ab69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1036876b\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.598,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_order\":\"asc\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_color\":\"#FF371E\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(611,130,'_elementor_edit_mode','builder'),
(612,130,'_elementor_template_type','page'),
(613,130,'_elementor_version','3.32.4'),
(614,130,'_elementor_pro_version','3.18.2'),
(615,130,'_elementor_data','[{\"id\":\"217a37c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"189\",\"right\":\"0\",\"bottom\":\"172\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63fa1275\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"488de548\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_posts_per_page\":1,\"classic_thumbnail\":\"none\",\"classic_title_tag\":\"h1\",\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_alignment\":\"center\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_title_color\":\"#FFFFFF\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":3.1,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"capitalize\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_meta_color\":\"#FFFFFF\",\"classic_meta_separator_color\":\"#FFFFFF\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"classic_read_more_color\":\"#FFFFFF\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"classic_meta_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_meta_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeIn\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25e9d78b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3eff8bb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"186e7945\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"4\",\"classic_posts_per_page\":4,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.58,\"sizes\":[]},\"classic_title_tag\":\"h6\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_weight\":\"700\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_order\":\"asc\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b1dab8b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ac9e06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38acc9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Articles\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e6e881d\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"2\",\"classic_posts_per_page\":4,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.595,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[\"6\"],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":2.25,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.6,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_order\":\"asc\",\"classic_columns_tablet\":\"1\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"644da686\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38e8a613\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1bd9ab69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1036876b\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.598,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_order\":\"asc\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_color\":\"#FF371E\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),
(616,129,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:21:\"e-animation-slideInUp\";i:2;s:14:\"widget-heading\";}s:7:\"scripts\";a:2:{i:0;s:12:\"imagesloaded\";i:1;s:18:\"elementor-frontend\";}}'),
(617,129,'_eael_custom_js',''),
(618,131,'_wp_attached_file','2025/10/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg'),
(619,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:66:\"2025/10/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\";s:8:\"filesize\";i:109688;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"woman-is-working-at-warehouse-for-online-store-37BUJHQ-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17550;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"woman-is-working-at-warehouse-for-online-store-37BUJHQ-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"woman-is-working-at-warehouse-for-online-store-37BUJHQ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6894;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"woman-is-working-at-warehouse-for-online-store-37BUJHQ-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50859;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:68:\"woman-is-working-at-warehouse-for-online-store-37BUJHQ-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186180;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:68:\"woman-is-working-at-warehouse-for-online-store-37BUJHQ-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291066;}s:25:\"elementor_custom_1170x436\";a:4:{s:4:\"file\";s:118:\"elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(620,131,'_elementor_source_image_hash','ba4100a9d225ecd5ffb4ed653a8d07c692ff342f'),
(621,132,'_wp_attached_file','2025/10/contact-icon1.png'),
(622,132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:160;s:4:\"file\";s:25:\"2025/10/contact-icon1.png\";s:8:\"filesize\";i:1068;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"contact-icon1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3446;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"contact-icon1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17637;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"contact-icon1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2358;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"contact-icon1-768x819.png\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15088;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"contact-icon1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24461;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"contact-icon1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33175;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(623,132,'_elementor_source_image_hash','135a3c34e7e8dc2b6485ef80f2eea2da7a117609'),
(624,133,'_wp_attached_file','2025/10/contact-icon2.png'),
(625,133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:160;s:4:\"file\";s:25:\"2025/10/contact-icon2.png\";s:8:\"filesize\";i:3419;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"contact-icon2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"contact-icon2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"contact-icon2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2878;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"contact-icon2-768x819.png\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18078;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"contact-icon2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28046;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"contact-icon2-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36782;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(626,133,'_elementor_source_image_hash','d4f661225ae6423d15d612c9655c9686fc194ece'),
(627,134,'_wp_attached_file','2025/10/contact-icon3.png'),
(628,134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:160;s:4:\"file\";s:25:\"2025/10/contact-icon3.png\";s:8:\"filesize\";i:1261;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"contact-icon3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3880;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"contact-icon3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"contact-icon3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2677;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"contact-icon3-768x819.png\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16317;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"contact-icon3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25641;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"contact-icon3-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34357;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(629,134,'_elementor_source_image_hash','a9f88bcac51cb3f668bda69f04dd9b1c4d3ba728'),
(630,135,'_elementor_edit_mode','builder'),
(631,135,'_elementor_template_type','page'),
(632,135,'_elementor_version','3.32.4'),
(633,135,'_elementor_pro_version','3.18.2'),
(634,135,'_elementor_data','[{\"id\":\"2b801db8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":131,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"287\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c70682b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42be8845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69c6db84\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed68aaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"169bb4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Call\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d25cefb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70c5c399\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d6c4141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40bf2798\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"10deaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fc19667\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67195c35\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5cfbe758\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-91\",\"link\":{\"url\":\"tel:+1234567891\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51683140\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"658f40d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d64f02d\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68ab3c69\",\"elType\":\"widget\",\"settings\":{\"text\":\"job@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67aace24\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":770,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30709cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30eb9fa0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have a Question? Drop a Line\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40c47b49\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"50\",\"_id\":\"c5f3790\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"1261b32\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"_id\":\"dd83361\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":5,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"button_text\":\"Send Message\",\"button_align\":\"center\",\"button_align_mobile\":\"stretch\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"field_text_color\":\"#161616\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Montserrat\",\"field_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_typography_text_transform\":\"none\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":3.15,\"sizes\":[]},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"field_border_color\":\"#EFF2F4\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_color\":\"#00AFF5\",\"button_text_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"button_background_hover_color\":\"#1D299B\",\"button_hover_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5676774a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"363\",\"right\":\"0\",\"bottom\":\"369\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e8a6243\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34a7934d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(635,136,'_elementor_edit_mode','builder'),
(636,136,'_elementor_template_type','page'),
(637,136,'_elementor_version','3.32.4'),
(638,136,'_elementor_pro_version','3.18.2'),
(639,136,'_elementor_data','[{\"id\":\"2b801db8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":131,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"287\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c70682b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42be8845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69c6db84\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed68aaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"169bb4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Call\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d25cefb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70c5c399\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d6c4141\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40bf2798\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"10deaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fc19667\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67195c35\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5cfbe758\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-91\",\"link\":{\"url\":\"tel:+1234567891\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51683140\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"658f40d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d64f02d\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"68ab3c69\",\"elType\":\"widget\",\"settings\":{\"text\":\"job@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67aace24\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":770,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30709cf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30eb9fa0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have a Question? Drop a Line\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40c47b49\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_type\":\"text\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"50\",\"_id\":\"c5f3790\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"1261b32\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"width\":\"100\",\"_id\":\"dd83361\",\"required\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":5,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"button_text\":\"Send Message\",\"button_align\":\"center\",\"button_align_mobile\":\"stretch\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"field_text_color\":\"#161616\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Montserrat\",\"field_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_typography_text_transform\":\"none\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":3.15,\"sizes\":[]},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"field_border_color\":\"#EFF2F4\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_color\":\"#00AFF5\",\"button_text_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"button_background_hover_color\":\"#1D299B\",\"button_hover_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5676774a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"363\",\"right\":\"0\",\"bottom\":\"369\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e8a6243\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34a7934d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(640,135,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:12:\"widget-image\";i:5;s:16:\"e-animation-push\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(641,135,'_eael_custom_js',''),
(642,137,'_wp_attached_file','2025/10/container-corridor-MYFNDX3.jpg'),
(643,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2025/10/container-corridor-MYFNDX3.jpg\";s:8:\"filesize\";i:299545;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"container-corridor-MYFNDX3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24081;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"container-corridor-MYFNDX3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"container-corridor-MYFNDX3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7025;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"container-corridor-MYFNDX3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103539;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"container-corridor-MYFNDX3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:365992;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"container-corridor-MYFNDX3-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:553914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(644,137,'_elementor_source_image_hash','974a19d14fe2a0d7565420037fa97fd526a989a2'),
(645,138,'_wp_attached_file','2025/10/tel-icon.png'),
(646,138,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:20:\"2025/10/tel-icon.png\";s:8:\"filesize\";i:2309;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"tel-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4535;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"tel-icon-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"tel-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3289;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"tel-icon-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15311;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"tel-icon-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24628;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"tel-icon-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35709;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(647,138,'_elementor_source_image_hash','f7f5e3913de5b63c395d8cc7d442d7b2e1dbd790'),
(648,139,'_wp_attached_file','2025/10/cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg'),
(649,139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:68:\"2025/10/cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\";s:8:\"filesize\";i:258560;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18171;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51259;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:70:\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197026;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:70:\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:312363;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:118:\"Cargo delivery service, male courier in uniform with box in hand unloads truck with cardboard parcels. Empty container\";s:17:\"created_timestamp\";s:10:\"1499880970\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:49:\"Cargo delivery service, male courier unload truck\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:48:{i:0;s:8:\"delivery\";i:1;s:3:\"box\";i:2;s:5:\"cargo\";i:3;s:8:\"shipping\";i:4;s:14:\"transportation\";i:5;s:6:\"worker\";i:6;s:7:\"service\";i:7;s:7:\"courier\";i:8;s:7:\"package\";i:9;s:6:\"parcel\";i:10;s:7:\"uniform\";i:11;s:3:\"man\";i:12;s:8:\"industry\";i:13;s:7:\"freight\";i:14;s:4:\"male\";i:15;s:9:\"cardboard\";i:16;s:5:\"truck\";i:17;s:6:\"postal\";i:18;s:3:\"job\";i:19;s:8:\"shipment\";i:20;s:4:\"work\";i:21;s:6:\"person\";i:22;s:6:\"carton\";i:23;s:4:\"post\";i:24;s:10:\"delivering\";i:25;s:4:\"mail\";i:26;s:9:\"transport\";i:27;s:9:\"container\";i:28;s:5:\"order\";i:29;s:3:\"van\";i:30;s:7:\"workman\";i:31;s:8:\"business\";i:32;s:8:\"logistic\";i:33;s:7:\"storage\";i:34;s:5:\"labor\";i:35;s:9:\"caucasian\";i:36;s:5:\"mover\";i:37;s:12:\"distribution\";i:38;s:8:\"friendly\";i:39;s:8:\"portrait\";i:40;s:10:\"occupation\";i:41;s:3:\"boy\";i:42;s:3:\"cap\";i:43;s:5:\"trade\";i:44;s:6:\"moving\";i:45;s:8:\"carrying\";i:46;s:9:\"packaging\";i:47;s:10:\"profession\";}}}'),
(650,139,'_elementor_source_image_hash','ae1e71b7bfe18eaf3f75873606e9ca21930bfd9a'),
(651,140,'_elementor_edit_mode','builder'),
(652,140,'_elementor_template_type','page'),
(653,140,'_elementor_version','3.32.4'),
(654,140,'_elementor_pro_version','3.18.2'),
(655,140,'_elementor_data','[{\"id\":\"61e9cd39\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":137,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-corridor-MYFNDX3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"206\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"222e5cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cc89611\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contacts Information\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a24a921\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c6d3171\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38b99f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65459ae5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Office\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7df17fa4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fa29246\",\"elType\":\"widget\",\"settings\":{\"title\":\" Fri: 7am - 3pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aef6ad3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\"},\"title_text\":\"+1 234 567 89 90\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+12345678990\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3d3e9298\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\"},\"title_text\":\"examplesite@info.com\",\"description_text\":\"\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"62a03fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71b698b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Info Centre\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43877867\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a67a489\",\"elType\":\"widget\",\"settings\":{\"title\":\" Fri: 7am - 3pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cec381\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\"},\"title_text\":\"+1 234 567 89 90\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+12345678990\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"244bb6b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\"},\"title_text\":\"examplesite@info.com\",\"description_text\":\"\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"215ac948\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a0e6c35\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Centre\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84edc1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fcbcdfe\",\"elType\":\"widget\",\"settings\":{\"title\":\" Fri: 7am - 3pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fc2648d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\"},\"title_text\":\"+1 234 567 89 90\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+12345678990\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3f8e9de2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\"},\"title_text\":\"examplesite@info.com\",\"description_text\":\"\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fa1b80\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"238102\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ab2973b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c603603\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3b7a41ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3469b415\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74b06c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"388be533\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"486670a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do You Need Any Job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f64976e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"60\",\"bottom\":\"31\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":300,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f16f437\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1526089a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ac4f577\",\"elType\":\"widget\",\"settings\":{\"title\":\"Career\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b973822\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"63\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21cef11a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1babf4ec\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e10827c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47a9069b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":111,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/red-truck-on-the-road-PY8RVLW.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c7fe7d2\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51fca750\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"50\",\"bottom\":\"56\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d92eabd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Part Time\",\"align\":\"justify\",\"align_mobile\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c45fdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30586c13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ebb9d50\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ac2ed51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dfd8c2e\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c85f509\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78461464\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/giving-parcel-to-courier-E9PNCYB.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23db56bc\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21719b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"50\",\"bottom\":\"56\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fa28898\",\"elType\":\"widget\",\"settings\":{\"text\":\"Full Time\",\"align\":\"justify\",\"align_mobile\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5851791e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage Technician\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3aaed9c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44e8b884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"530c9110\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11a614e4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63f5357c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35807e0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"358cf5e5\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"766ad11c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"50\",\"bottom\":\"56\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"547beaef\",\"elType\":\"widget\",\"settings\":{\"text\":\"Full Time\",\"align\":\"justify\",\"align_mobile\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7bb4145e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Specialist\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776c777a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a0f35f9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(656,141,'_elementor_edit_mode','builder'),
(657,141,'_elementor_template_type','page'),
(658,141,'_elementor_version','3.32.4'),
(659,141,'_elementor_pro_version','3.18.2'),
(660,141,'_elementor_data','[{\"id\":\"61e9cd39\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":137,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-corridor-MYFNDX3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"206\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"222e5cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cc89611\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contacts Information\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.8,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a24a921\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c6d3171\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38b99f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65459ae5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main Office\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7df17fa4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fa29246\",\"elType\":\"widget\",\"settings\":{\"title\":\" Fri: 7am - 3pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aef6ad3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\"},\"title_text\":\"+1 234 567 89 90\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+12345678990\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3d3e9298\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\"},\"title_text\":\"examplesite@info.com\",\"description_text\":\"\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"62a03fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71b698b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Info Centre\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43877867\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a67a489\",\"elType\":\"widget\",\"settings\":{\"title\":\" Fri: 7am - 3pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cec381\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\"},\"title_text\":\"+1 234 567 89 90\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+12345678990\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"244bb6b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\"},\"title_text\":\"examplesite@info.com\",\"description_text\":\"\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"215ac948\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a0e6c35\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Centre\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84edc1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mon -Thu : 7am - 8pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fcbcdfe\",\"elType\":\"widget\",\"settings\":{\"title\":\" Fri: 7am - 3pm\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.889,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fc2648d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":138,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\"},\"title_text\":\"+1 234 567 89 90\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+12345678990\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3f8e9de2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\"},\"title_text\":\"examplesite@info.com\",\"description_text\":\"\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"title_typography_text_transform\":\"none\",\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4fa1b80\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"238102\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ab2973b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c603603\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3b7a41ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":131,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3469b415\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74b06c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"388be533\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":50,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"486670a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do You Need Any Job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f64976e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"60\",\"bottom\":\"31\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"left\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":300,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f16f437\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1526089a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ac4f577\",\"elType\":\"widget\",\"settings\":{\"title\":\"Career\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b973822\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"63\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21cef11a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1babf4ec\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e10827c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47a9069b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":111,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/red-truck-on-the-road-PY8RVLW.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c7fe7d2\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51fca750\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"50\",\"bottom\":\"56\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d92eabd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Part Time\",\"align\":\"justify\",\"align_mobile\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c45fdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"General Manager\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30586c13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ebb9d50\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ac2ed51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dfd8c2e\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c85f509\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78461464\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/giving-parcel-to-courier-E9PNCYB.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23db56bc\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21719b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"50\",\"bottom\":\"56\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fa28898\",\"elType\":\"widget\",\"settings\":{\"text\":\"Full Time\",\"align\":\"justify\",\"align_mobile\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5851791e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage Technician\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3aaed9c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44e8b884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"530c9110\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11a614e4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63f5357c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35807e0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":139,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"219\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"358cf5e5\",\"elType\":\"section\",\"settings\":{\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"766ad11c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"50\",\"bottom\":\"56\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"547beaef\",\"elType\":\"widget\",\"settings\":{\"text\":\"Full Time\",\"align\":\"justify\",\"align_mobile\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"13\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7bb4145e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Specialist\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776c777a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a0f35f9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(661,140,'_elementor_page_assets','a:2:{s:6:\"styles\";a:7:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:16:\"widget-image-box\";i:5;s:17:\"e-animation-float\";i:6;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(662,140,'_eael_custom_js',''),
(663,142,'_elementor_edit_mode','builder'),
(664,142,'_elementor_template_type','footer'),
(665,142,'_elementor_version','3.32.4'),
(666,142,'_elementor_pro_version','3.18.2');
INSERT INTO `wpr1_postmeta` VALUES
(667,142,'_elementor_data','[{\"id\":\"5b1fd347\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25e7a282\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72f90e53\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1ac287\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"68dc6044\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d04d29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ec3992e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"594502d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dc8e888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6471a3c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"6242069d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18fef51a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2318913b\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"768b5571\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4c9c43b3\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"190e2434\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(668,143,'_elementor_edit_mode','builder'),
(669,143,'_elementor_template_type','footer'),
(670,143,'_elementor_version','3.32.4'),
(671,143,'_elementor_pro_version','3.18.2'),
(672,143,'_elementor_data','[{\"id\":\"5b1fd347\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25e7a282\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72f90e53\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1ac287\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"68dc6044\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d04d29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ec3992e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"594502d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dc8e888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6471a3c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"6242069d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18fef51a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2318913b\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"768b5571\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4c9c43b3\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"190e2434\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(673,142,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:14:\"widget-heading\";i:1;s:16:\"widget-icon-list\";i:2;s:18:\"e-animation-fadeIn\";i:3;s:18:\"e-animation-shrink\";i:4;s:19:\"widget-social-icons\";i:5;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(674,142,'_eael_custom_js',''),
(675,144,'_wp_attached_file','2025/10/footer-call.png'),
(676,144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:45;s:6:\"height\";i:52;s:4:\"file\";s:23:\"2025/10/footer-call.png\";s:8:\"filesize\";i:1338;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"footer-call-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4910;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"footer-call-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12009;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"footer-call-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3834;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"footer-call-768x887.png\";s:5:\"width\";i:768;s:6:\"height\";i:887;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10979;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"footer-call-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18891;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"footer-call-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27895;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(677,144,'_elementor_source_image_hash','a52beb04d00bf941f7751ffddbcb96280f75bb7a'),
(678,145,'_wp_attached_file','2025/10/delivery-footer.png'),
(679,145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:51;s:6:\"height\";i:53;s:4:\"file\";s:27:\"2025/10/delivery-footer.png\";s:8:\"filesize\";i:637;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"delivery-footer-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6206;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"delivery-footer-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12516;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"delivery-footer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4893;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"delivery-footer-768x798.png\";s:5:\"width\";i:768;s:6:\"height\";i:798;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10173;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(680,140,'_eb_reusable_block_ids','a:0:{}'),
(681,146,'_wp_attached_file','2025/10/container-operation-PYX4HU6.jpg'),
(682,146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:39:\"2025/10/container-operation-PYX4HU6.jpg\";s:8:\"filesize\";i:321236;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"container-operation-PYX4HU6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22707;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"container-operation-PYX4HU6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"container-operation-PYX4HU6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9939;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"container-operation-PYX4HU6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110566;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"container-operation-PYX4HU6-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327841;}s:24:\"elementor_custom_285x180\";a:4:{s:4:\"file\";s:91:\"elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(683,146,'_elementor_source_image_hash','62c77e74e2cd05ffc3c067758d65789e391d496a'),
(684,147,'_wp_attached_file','2025/10/smartphone454.png'),
(685,147,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:15;s:6:\"height\";i:22;s:4:\"file\";s:25:\"2025/10/smartphone454.png\";s:8:\"filesize\";i:222;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(686,147,'_elementor_source_image_hash','85fdac16b8481b3e9896cf6369fbc46fcc419370'),
(687,148,'_wp_attached_file','2025/10/list-icon.png'),
(688,148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:160;s:4:\"file\";s:21:\"2025/10/list-icon.png\";s:8:\"filesize\";i:907;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"list-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(689,148,'_elementor_source_image_hash','1ffcffb974b045b4300fb0c5a82ccb27550b9a6c'),
(690,149,'_wp_attached_file','2025/10/background.png'),
(691,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:390;s:6:\"height\";i:498;s:4:\"file\";s:22:\"2025/10/background.png\";s:8:\"filesize\";i:172;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"background-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:989;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"background-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(692,149,'_elementor_source_image_hash','d6c2b618667cc49b74990ad360d1c87b15abfe20'),
(693,150,'_wp_attached_file','2025/10/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg'),
(694,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:70:\"2025/10/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\";s:8:\"filesize\";i:142050;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"male-courier-with-sunglasses-delivering-packages-i-4FB9L3D-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15196;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"male-courier-with-sunglasses-delivering-packages-i-4FB9L3D-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"male-courier-with-sunglasses-delivering-packages-i-4FB9L3D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7317;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"male-courier-with-sunglasses-delivering-packages-i-4FB9L3D-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60529;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:72:\"male-courier-with-sunglasses-delivering-packages-i-4FB9L3D-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172353;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(695,150,'_elementor_source_image_hash','40d868958988eb2cabaf149ce4b6059cb3d84b8f'),
(696,151,'_wp_attached_file','2025/10/mailboxes-filled-PGMVRKP.jpg'),
(697,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1424;s:4:\"file\";s:36:\"2025/10/mailboxes-filled-PGMVRKP.jpg\";s:8:\"filesize\";i:92595;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"mailboxes-filled-PGMVRKP-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12400;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"mailboxes-filled-PGMVRKP-1024x759.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72111;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"mailboxes-filled-PGMVRKP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"mailboxes-filled-PGMVRKP-768x570.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46794;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"mailboxes-filled-PGMVRKP-1536x1139.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132412;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:18:\"All right reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(698,151,'_elementor_source_image_hash','e7d10d9f39af448af3028e6c65e1e8d0dc955199'),
(699,152,'_elementor_edit_mode','builder'),
(700,152,'_elementor_template_type','section'),
(701,152,'_elementor_version','3.32.4'),
(702,152,'_elementor_pro_version','3.18.2'),
(703,152,'_elementor_data','[{\"id\":\"5664d25c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57cb8d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b53d943\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71a6d140\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6623efab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a761912\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"11dbf65d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11cb2a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"209838e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"621e92c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"777c1e13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f8ab063\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f799fa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71a2288e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c86b9b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3eadf8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c3c1f17\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"643ffa03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16268827\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4c9bd39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c9d8e28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13e69117\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4abe9c62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41b82ea2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3333b5aa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"260ca94f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b28073\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cd4f5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74e75f18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f051628\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"306ee605\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"572d178a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"249c70f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c29e99c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3904711c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"252c3032\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7521d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"442d66b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"119a0197\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a1b7edb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42338851\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c79002b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b5aaf8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bfb3278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299523ec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"335df7a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10006dfd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378f9a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b1375b0\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a8c9dc1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67906207\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c70a256\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"448a4f63\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3295d9a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"647c982b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"557c2a2e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"5f9443db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40e34b1c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"55378c14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(704,153,'_elementor_edit_mode','builder'),
(705,153,'_elementor_template_type','section'),
(706,153,'_elementor_version','3.32.4'),
(707,153,'_elementor_pro_version','3.18.2'),
(708,153,'_elementor_data','[{\"id\":\"5664d25c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57cb8d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b53d943\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71a6d140\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6623efab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a761912\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"11dbf65d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11cb2a72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"209838e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"621e92c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"777c1e13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f8ab063\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f799fa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71a2288e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c86b9b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3eadf8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c3c1f17\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"643ffa03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16268827\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4c9bd39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c9d8e28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13e69117\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4abe9c62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41b82ea2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3333b5aa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"260ca94f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b28073\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cd4f5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74e75f18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f051628\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"306ee605\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"572d178a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"249c70f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c29e99c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3904711c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"252c3032\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7521d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"442d66b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"119a0197\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a1b7edb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42338851\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c79002b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b5aaf8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bfb3278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299523ec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"335df7a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10006dfd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"378f9a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b1375b0\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1a8c9dc1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67906207\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c70a256\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"448a4f63\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3295d9a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"647c982b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"557c2a2e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"5f9443db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40e34b1c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"55378c14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(709,152,'_elementor_page_assets','a:2:{s:6:\"styles\";a:11:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:15:\"widget-icon-box\";i:5;s:12:\"widget-image\";i:6;s:23:\"e-animation-slideInDown\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:18:\"e-animation-zoomIn\";i:10;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(710,152,'_eael_custom_js',''),
(711,152,'_eb_reusable_block_ids','a:0:{}'),
(712,1,'_eb_reusable_block_ids','a:0:{}'),
(713,10,'_elementor_edit_mode','builder'),
(714,10,'_astra_content_layout_flag','disabled'),
(716,10,'ast-title-bar-display','disabled'),
(717,10,'ast-featured-img','disabled'),
(718,10,'ast-site-content-layout','full-width-container'),
(719,10,'site-sidebar-layout','no-sidebar'),
(720,10,'_elementor_template_type','wp-page'),
(721,10,'_elementor_version','3.32.4'),
(722,10,'_elementor_pro_version','3.18.2'),
(723,10,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(724,7,'_elementor_css','a:6:{s:4:\"time\";i:1760546925;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(725,10,'_elementor_page_assets','a:2:{s:6:\"styles\";a:16:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:18:\"e-animation-fadeIn\";i:3;s:20:\"e-animation-fadeInUp\";i:4;s:14:\"widget-heading\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:15:\"widget-icon-box\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:23:\"e-animation-slideInDown\";i:10;s:18:\"e-animation-zoomIn\";i:11;s:14:\"widget-divider\";i:12;s:16:\"widget-icon-list\";i:13;s:18:\"e-animation-shrink\";i:14;s:19:\"widget-social-icons\";i:15;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(727,155,'_wp_page_template','elementor_canvas'),
(728,155,'_elementor_edit_mode','builder'),
(729,155,'_elementor_template_type','wp-page'),
(730,155,'_elementor_version','3.32.4'),
(731,155,'_elementor_pro_version','3.18.2'),
(732,155,'_elementor_page_settings','a:0:{}'),
(733,155,'_elementor_page_assets','a:0:{}'),
(734,155,'_elementor_css','a:7:{s:4:\"time\";i:1760546930;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(735,156,'_wp_page_template','elementor_canvas'),
(736,156,'_elementor_edit_mode','builder'),
(737,156,'_elementor_template_type','wp-page'),
(738,156,'_elementor_version','3.32.4'),
(739,156,'_elementor_pro_version','3.18.2'),
(740,156,'_elementor_page_settings','a:0:{}'),
(741,156,'_elementor_page_assets','a:0:{}'),
(742,156,'_elementor_css','a:7:{s:4:\"time\";i:1760546930;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(743,10,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":47.536,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#143c6c\",\"z_index\":0},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":125.982},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.755,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":54.351},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(744,157,'_wp_page_template','elementor_canvas'),
(745,157,'_elementor_edit_mode','builder'),
(746,157,'_elementor_template_type','wp-page'),
(747,157,'_elementor_version','3.32.4'),
(748,157,'_elementor_pro_version','3.18.2'),
(749,157,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(750,157,'_elementor_page_assets','a:0:{}'),
(751,157,'_elementor_css','a:7:{s:4:\"time\";i:1760546930;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(752,157,'_elementor_data','[{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(753,10,'_eael_custom_js',''),
(754,10,'_eb_reusable_block_ids','a:0:{}'),
(755,10,'_eb_attr',''),
(756,10,'site-content-layout',''),
(757,10,'site-content-style','default'),
(758,10,'site-sidebar-style','default'),
(759,10,'ast-global-header-display',''),
(760,10,'ast-banner-title-visibility',''),
(761,10,'ast-main-header-display',''),
(762,10,'ast-hfb-above-header-display',''),
(763,10,'ast-hfb-below-header-display',''),
(764,10,'ast-hfb-mobile-header-display',''),
(766,10,'ast-breadcrumbs-content',''),
(767,10,'footer-sml-layout',''),
(768,10,'theme-transparent-header-meta',''),
(769,10,'adv-header-id-meta',''),
(770,10,'stick-header-meta',''),
(771,10,'header-above-stick-meta',''),
(772,10,'header-main-stick-meta',''),
(773,10,'header-below-stick-meta',''),
(774,10,'astra-migrate-meta-layouts','default'),
(775,10,'ast-page-background-enabled','default'),
(776,10,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(777,10,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(778,10,'footnotes',''),
(779,10,'_elementor_conditions','a:0:{}'),
(780,158,'footnotes',''),
(781,158,'_wp_page_template','elementor_canvas'),
(782,158,'_elementor_edit_mode','builder'),
(783,158,'_elementor_template_type','wp-page'),
(784,158,'_elementor_version','3.32.4'),
(785,158,'_elementor_pro_version','3.18.2'),
(786,158,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(787,158,'_elementor_page_assets','a:2:{s:6:\"styles\";a:11:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:15:\"widget-icon-box\";i:5;s:12:\"widget-image\";i:6;s:23:\"e-animation-slideInDown\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:18:\"e-animation-zoomIn\";i:10;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(788,158,'_elementor_data','[{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(789,158,'_elementor_conditions','a:0:{}'),
(792,159,'_wp_attached_file','2025/10/logo-3.png'),
(793,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:221;s:6:\"height\";i:94;s:4:\"file\";s:18:\"2025/10/logo-3.png\";s:8:\"filesize\";i:928;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"logo-3-150x94.png\";s:5:\"width\";i:150;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2680;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(794,159,'_elementor_source_image_hash','ed604c40fbb30976484070778bcfc5018990f227'),
(795,160,'_wp_attached_file','2025/10/smartphone4545.png'),
(796,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:19;s:6:\"height\";i:28;s:4:\"file\";s:26:\"2025/10/smartphone4545.png\";s:8:\"filesize\";i:163;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(797,160,'_elementor_source_image_hash','feeb469ccd7f6b390b5da65ebaf8dc0baecb2829'),
(798,161,'_elementor_edit_mode','builder'),
(799,161,'_elementor_template_type','header'),
(800,161,'_elementor_version','3.32.4'),
(801,161,'_elementor_pro_version','3.18.2'),
(802,161,'_elementor_data','[{\"id\":\"693f79c0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"342e591\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.2,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7413ff4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logo-3.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6e3ec91\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":59.201,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31a4161\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"toggle_icon_normal\":{\"value\":\"\",\"library\":\"\"},\"toggle_icon_active\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"a375f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4614670a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"1cb6cab2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f5612a9\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"29e976a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39972b22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(803,162,'_elementor_edit_mode','builder'),
(804,162,'_elementor_template_type','header'),
(805,162,'_elementor_version','3.32.4'),
(806,162,'_elementor_pro_version','3.18.2'),
(807,162,'_elementor_data','[{\"id\":\"693f79c0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"342e591\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.2,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7413ff4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":159,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logo-3.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6e3ec91\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":59.201,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31a4161\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"toggle_icon_normal\":{\"value\":\"\",\"library\":\"\"},\"toggle_icon_active\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"a375f7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4614670a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"1cb6cab2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f5612a9\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"29e976a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39972b22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(808,161,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(809,161,'_eael_custom_js',''),
(810,161,'_eb_reusable_block_ids','a:0:{}'),
(811,163,'_elementor_edit_mode','builder'),
(812,163,'_elementor_template_type','footer'),
(813,163,'_elementor_version','3.32.4'),
(814,163,'_elementor_pro_version','3.18.2'),
(815,163,'_elementor_data','[{\"id\":\"374b4cac\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"233af21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76e60277\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b86325c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"38ee653a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a66d1a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a08f0bc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3d787867\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b4ff625\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3097cac9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2cff077b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44ac34a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eabebe2\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1b910a\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"487ac40c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"25b2232c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(816,164,'_elementor_edit_mode','builder'),
(817,164,'_elementor_template_type','footer'),
(818,164,'_elementor_version','3.32.4'),
(819,164,'_elementor_pro_version','3.18.2'),
(820,164,'_elementor_data','[{\"id\":\"374b4cac\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"233af21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76e60277\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b86325c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"38ee653a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a66d1a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a08f0bc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3d787867\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b4ff625\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3097cac9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2cff077b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44ac34a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4eabebe2\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1b910a\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"487ac40c\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"25b2232c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(821,163,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:14:\"widget-heading\";i:1;s:16:\"widget-icon-list\";i:2;s:18:\"e-animation-fadeIn\";i:3;s:18:\"e-animation-shrink\";i:4;s:19:\"widget-social-icons\";i:5;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(822,163,'_eael_custom_js',''),
(823,163,'_eb_reusable_block_ids','a:0:{}'),
(824,165,'_elementor_edit_mode','builder'),
(825,165,'_elementor_template_type','page'),
(826,165,'_elementor_version','3.32.4'),
(827,165,'_elementor_pro_version','3.18.2'),
(828,165,'_elementor_data','[{\"id\":\"470d9bfc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ce5e891\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40412c01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5297b519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f963cde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f0f43c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4745d276\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"262d160d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15720309\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25281b40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1dff6ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f3ff739\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16246b13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5239a974\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40093708\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10565d8d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"db87d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4aa2f8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5760aec8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"745dccaa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"25564778\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e14e8e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14a5ee37\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60795109\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1da1cefb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37fd863d\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61068254\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36b2c60a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28d12dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79bb02e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6a84f102\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8908a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fdf4b8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb4782f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"816a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"755cea37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42163127\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f6e16e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"475ce80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32faa7dd\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"60f0780f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45c089a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"63547978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a9150af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"687c80f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3320cf1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41a857ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"668b1ac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e5266d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a6a5381\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1a430e42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b5c8912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(829,166,'_elementor_edit_mode','builder'),
(830,166,'_elementor_template_type','page'),
(831,166,'_elementor_version','3.32.4'),
(832,166,'_elementor_pro_version','3.18.2'),
(833,166,'_elementor_data','[{\"id\":\"470d9bfc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ce5e891\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40412c01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5297b519\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f963cde\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f0f43c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4745d276\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"262d160d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15720309\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25281b40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1dff6ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f3ff739\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16246b13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5239a974\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40093708\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10565d8d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"db87d43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4aa2f8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5760aec8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"745dccaa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"25564778\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e14e8e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14a5ee37\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60795109\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1da1cefb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37fd863d\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61068254\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36b2c60a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28d12dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79bb02e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6a84f102\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8908a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fdf4b8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb4782f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"816a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"755cea37\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42163127\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f6e16e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"475ce80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32faa7dd\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"60f0780f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45c089a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"63547978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a9150af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"687c80f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3320cf1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41a857ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"668b1ac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e5266d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a6a5381\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1a430e42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b5c8912\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(834,165,'_elementor_page_assets','a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:20:\"e-animation-fadeInUp\";i:3;s:14:\"widget-heading\";i:4;s:17:\"e-animation-float\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:16:\"widget-image-box\";i:7;s:23:\"e-animation-fadeInRight\";i:8;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(835,165,'_eael_custom_js',''),
(836,165,'_eb_reusable_block_ids','a:0:{}'),
(839,167,'_wp_attached_file','2025/10/alkara3@4x-8.png'),
(840,167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2025/10/alkara3@4x-8.png\";s:8:\"filesize\";i:24608;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"alkara3@4x-8-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12684;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"alkara3@4x-8-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65024;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"alkara3@4x-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6099;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"alkara3@4x-8-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43971;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(841,168,'_wp_attached_file','2025/10/Artboard-7@4x-8.png'),
(842,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2025/10/Artboard-7@4x-8.png\";s:8:\"filesize\";i:24875;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Artboard-7@4x-8-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12824;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Artboard-7@4x-8-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-7@4x-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Artboard-7@4x-8-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44301;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(855,170,'_wp_attached_file','2025/10/Artboard-8@4x-8.png'),
(856,170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:360;s:4:\"file\";s:27:\"2025/10/Artboard-8@4x-8.png\";s:8:\"filesize\";i:10842;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Artboard-8@4x-8-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6000;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Artboard-8@4x-8-1024x307.png\";s:5:\"width\";i:1024;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-8@4x-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5038;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Artboard-8@4x-8-768x230.png\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(857,171,'footnotes',''),
(858,171,'_wp_page_template','elementor_canvas'),
(859,171,'_elementor_edit_mode','builder'),
(860,171,'_elementor_template_type','wp-page'),
(861,171,'_elementor_version','3.32.4'),
(862,171,'_elementor_pro_version','3.18.2'),
(863,171,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(864,171,'_elementor_page_assets','a:2:{s:6:\"styles\";a:11:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:15:\"widget-icon-box\";i:5;s:12:\"widget-image\";i:6;s:23:\"e-animation-slideInDown\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:18:\"e-animation-zoomIn\";i:10;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(865,171,'_elementor_data','[{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(866,171,'_elementor_conditions','a:0:{}'),
(867,171,'_elementor_element_cache','{\"timeout\":1760633582,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Need Immediate Support Help?</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animation-fadeInUp\",\"e-animation-fadeIn\",\"e-animation-slideInUp\",\"e-animation-slideInDown\",\"e-animation-float\",\"e-animation-zoomIn\"]}}'),
(868,172,'footnotes',''),
(869,172,'_wp_page_template','elementor_canvas'),
(870,172,'_elementor_edit_mode','builder'),
(871,172,'_elementor_template_type','wp-page'),
(872,172,'_elementor_version','3.32.4'),
(873,172,'_elementor_pro_version','3.18.2'),
(874,172,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(875,172,'_elementor_page_assets','a:2:{s:6:\"styles\";a:11:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:15:\"widget-icon-box\";i:5;s:12:\"widget-image\";i:6;s:23:\"e-animation-slideInDown\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:18:\"e-animation-zoomIn\";i:10;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(876,172,'_elementor_data','[{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(877,172,'_elementor_conditions','a:0:{}'),
(878,172,'_elementor_element_cache','{\"timeout\":1760633582,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Need Immediate Support Help?</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animation-fadeInUp\",\"e-animation-fadeIn\",\"e-animation-slideInUp\",\"e-animation-slideInDown\",\"e-animation-float\",\"e-animation-zoomIn\"]}}'),
(879,173,'footnotes',''),
(880,173,'_wp_page_template','elementor_canvas'),
(881,173,'_elementor_edit_mode','builder'),
(882,173,'_elementor_template_type','wp-page'),
(883,173,'_elementor_version','3.32.4'),
(884,173,'_elementor_pro_version','3.18.2'),
(885,173,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(886,173,'_elementor_page_assets','a:2:{s:6:\"styles\";a:11:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:15:\"widget-icon-box\";i:5;s:12:\"widget-image\";i:6;s:23:\"e-animation-slideInDown\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:18:\"e-animation-zoomIn\";i:10;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wpr1_postmeta` VALUES
(887,173,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":170,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(888,173,'_elementor_conditions','a:0:{}'),
(889,173,'_elementor_element_cache','{\"timeout\":1760633582,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Need Immediate Support Help?</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[\"e-animation-fadeInUp\",\"e-animation-fadeIn\",\"e-animation-slideInUp\",\"e-animation-slideInDown\",\"e-animation-float\",\"e-animation-zoomIn\"]}}'),
(893,174,'_edit_lock','1765029056:1'),
(894,174,'_wp_page_template','elementor_canvas'),
(895,174,'_eb_attr',''),
(896,174,'site-sidebar-layout','no-sidebar'),
(897,174,'site-content-layout',''),
(898,174,'ast-site-content-layout','full-width-container'),
(899,174,'site-content-style','default'),
(900,174,'site-sidebar-style','default'),
(901,174,'ast-global-header-display',''),
(902,174,'ast-banner-title-visibility',''),
(903,174,'ast-main-header-display',''),
(904,174,'ast-hfb-above-header-display',''),
(905,174,'ast-hfb-below-header-display',''),
(906,174,'ast-hfb-mobile-header-display',''),
(908,174,'ast-breadcrumbs-content',''),
(909,174,'ast-featured-img','disabled'),
(910,174,'footer-sml-layout',''),
(911,174,'theme-transparent-header-meta',''),
(912,174,'adv-header-id-meta',''),
(913,174,'stick-header-meta',''),
(914,174,'header-above-stick-meta',''),
(915,174,'header-main-stick-meta',''),
(916,174,'header-below-stick-meta',''),
(917,174,'astra-migrate-meta-layouts','default'),
(918,174,'ast-page-background-enabled','default'),
(919,174,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(920,174,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(921,174,'footnotes',''),
(922,174,'_elementor_edit_mode','builder'),
(923,174,'_elementor_template_type','wp-page'),
(924,174,'_elementor_data','[{\"id\":\"34a37a48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"116e5ad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"452f7be3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79b63df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cfc5240\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"1d10e6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"16f3c27f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"26a1fa19\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33d0e069\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"7586d519\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7d85900b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22f084ad\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7c98d1f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b48bd1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":17,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f2fc9ed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"61e3f1a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"15a0d02a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7efc2b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a1c8ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12c34ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7027b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ddc649f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48012ffc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c8298a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":20,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"57740328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"347f1b76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b93850a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ab5e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e737007\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"197b2664\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f4fa34d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":23,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"feec030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10f8f88b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":24,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"322c7be\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"687b7139\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\"},\"elements\":[{\"id\":\"1c6048cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49d42ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12c0e5c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"618a68b6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"64f6acda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31db24b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4bab88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acc4c92\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1328290e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a95f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"de4da5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"121be051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d2b031d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39416ef6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"399fc7d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33f350b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"34a93853\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40db96b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6a346c1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"5cca85b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d2a2cad\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5b4fd6a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d5b0124\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1bf2d6af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"48ec37a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c8c59d3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7032e3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f836ae4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(925,174,'_elementor_conditions','a:0:{}'),
(926,175,'footnotes',''),
(927,174,'_astra_content_layout_flag','disabled'),
(928,174,'ast-title-bar-display','disabled'),
(929,174,'_elementor_version','3.32.4'),
(930,174,'_elementor_pro_version','3.18.2'),
(931,174,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(932,174,'_eael_post_view_count','70'),
(933,176,'footnotes',''),
(934,176,'_wp_page_template','elementor_canvas'),
(935,176,'_elementor_edit_mode','builder'),
(936,176,'_elementor_template_type','wp-page'),
(937,176,'_elementor_data',''),
(938,176,'_elementor_conditions','a:0:{}'),
(939,176,'_elementor_version','3.32.4'),
(940,176,'_elementor_pro_version','3.18.2'),
(941,176,'_elementor_page_settings','a:0:{}'),
(942,177,'footnotes',''),
(943,177,'_wp_page_template','elementor_canvas'),
(944,177,'_elementor_edit_mode','builder'),
(945,177,'_elementor_template_type','wp-page'),
(946,177,'_elementor_data',''),
(947,177,'_elementor_conditions','a:0:{}'),
(948,177,'_elementor_version','3.32.4'),
(949,177,'_elementor_pro_version','3.18.2'),
(950,177,'_elementor_page_settings','a:0:{}'),
(951,178,'footnotes',''),
(952,178,'_wp_page_template','elementor_canvas'),
(953,178,'_elementor_edit_mode','builder'),
(954,178,'_elementor_template_type','wp-page'),
(955,178,'_elementor_data','[{\"id\":\"22f084ad\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7c98d1f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b48bd1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":17,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f2fc9ed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"61e3f1a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"15a0d02a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7efc2b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a1c8ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12c34ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7027b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ddc649f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48012ffc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c8298a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":20,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"57740328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"347f1b76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b93850a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ab5e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e737007\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"197b2664\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f4fa34d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":23,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"feec030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10f8f88b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":24,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"322c7be\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"687b7139\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\"},\"elements\":[{\"id\":\"1c6048cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49d42ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12c0e5c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"618a68b6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"64f6acda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31db24b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4bab88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acc4c92\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1328290e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a95f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"de4da5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"121be051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d2b031d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39416ef6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"399fc7d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33f350b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"34a93853\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40db96b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6a346c1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"5cca85b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d2a2cad\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5b4fd6a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d5b0124\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1bf2d6af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"48ec37a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c8c59d3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7032e3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f836ae4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(956,178,'_elementor_conditions','a:0:{}'),
(957,178,'_elementor_version','3.32.4'),
(958,178,'_elementor_pro_version','3.18.2'),
(959,178,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(960,174,'_elementor_page_assets','a:2:{s:6:\"styles\";a:10:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:17:\"e-animation-float\";i:7;s:21:\"e-animation-slideInUp\";i:8;s:23:\"e-animation-fadeInRight\";i:9;s:14:\"widget-divider\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(961,174,'_eael_custom_js',''),
(974,180,'_menu_item_type','post_type'),
(975,180,'_menu_item_menu_item_parent','0'),
(976,180,'_menu_item_object_id','174'),
(977,180,'_menu_item_object','page'),
(978,180,'_menu_item_target',''),
(979,180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(980,180,'_menu_item_xfn',''),
(981,180,'_menu_item_url',''),
(983,174,'_eb_reusable_block_ids','a:0:{}'),
(984,1,'_eael_post_view_count','45'),
(985,181,'_wp_attached_file','2025/10/Artboard-8@4x-8-1.png'),
(986,181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:360;s:4:\"file\";s:29:\"2025/10/Artboard-8@4x-8-1.png\";s:8:\"filesize\";i:10258;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Artboard-8@4x-8-1-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5699;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Artboard-8@4x-8-1-1024x307.png\";s:5:\"width\";i:1024;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Artboard-8@4x-8-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4664;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Artboard-8@4x-8-1-768x230.png\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19217;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(987,182,'_wp_attached_file','2025/10/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png'),
(988,182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:49:\"2025/10/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\";s:8:\"filesize\";i:2927902;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_20_01-PM-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108507;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"ChatGPT-Image-Oct-17-2025-09_20_01-PM-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1288900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_20_01-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43299;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_20_01-PM-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:755501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(989,183,'_wp_attached_file','2025/10/ChatGPT-Image-Oct-17-2025-09_13_45-PM.png'),
(990,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:49:\"2025/10/ChatGPT-Image-Oct-17-2025-09_13_45-PM.png\";s:8:\"filesize\";i:2498342;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_13_45-PM-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101362;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"ChatGPT-Image-Oct-17-2025-09_13_45-PM-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1149164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_13_45-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40562;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_13_45-PM-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:681815;}s:24:\"elementor_custom_770x436\";a:4:{s:4:\"file\";s:101:\"elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_13_45-PM-rdcefxhvkwea4lkhlsi9pkxus8k6g6rzp44m5552mg.png\";s:5:\"width\";i:770;s:6:\"height\";i:436;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(991,184,'_wp_attached_file','2025/10/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png'),
(992,184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:49:\"2025/10/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\";s:8:\"filesize\";i:2630960;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_03_49-PM-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87744;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"ChatGPT-Image-Oct-17-2025-09_03_49-PM-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1132425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_03_49-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34851;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_03_49-PM-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:656351;}s:24:\"elementor_custom_770x436\";a:4:{s:4:\"file\";s:101:\"elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdjykgurthratbiukgrz0awvkzgddfl3p2aa0.png\";s:5:\"width\";i:770;s:6:\"height\";i:436;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"elementor_custom_385x365\";a:4:{s:4:\"file\";s:101:\"elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\";s:5:\"width\";i:385;s:6:\"height\";i:365;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(993,185,'footnotes',''),
(994,185,'_wp_page_template','elementor_canvas'),
(995,185,'_elementor_edit_mode','builder'),
(996,185,'_elementor_template_type','wp-page'),
(997,185,'_elementor_version','3.32.4'),
(998,185,'_elementor_pro_version','3.18.2'),
(999,185,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1000,185,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1001,185,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":170,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1002,185,'_elementor_conditions','a:0:{}'),
(1003,185,'_elementor_css','a:6:{s:4:\"time\";i:1760547487;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1004,185,'_elementor_element_cache','{\"timeout\":1760721760,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-170\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Need Immediate Support Help?</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1005,186,'footnotes',''),
(1006,186,'_wp_page_template','elementor_canvas'),
(1007,186,'_elementor_edit_mode','builder'),
(1008,186,'_elementor_template_type','wp-page'),
(1009,186,'_elementor_version','3.32.4'),
(1010,186,'_elementor_pro_version','3.18.2'),
(1011,186,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1012,186,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1013,186,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":170,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1014,186,'_elementor_conditions','a:0:{}'),
(1015,186,'_elementor_css','a:6:{s:4:\"time\";i:1760547487;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1016,186,'_elementor_element_cache','{\"timeout\":1760721760,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-170\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Need Immediate Support Help?</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1017,187,'footnotes',''),
(1018,187,'_wp_page_template','elementor_canvas'),
(1019,187,'_elementor_edit_mode','builder'),
(1020,187,'_elementor_template_type','wp-page'),
(1021,187,'_elementor_version','3.32.4'),
(1022,187,'_elementor_pro_version','3.18.2'),
(1023,187,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1024,187,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1025,187,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1026,187,'_elementor_conditions','a:0:{}'),
(1027,187,'_elementor_css','a:6:{s:4:\"time\";i:1760547487;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1028,187,'_elementor_element_cache','{\"timeout\":1760721760,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-170\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Need Immediate Support Help?</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1031,188,'footnotes',''),
(1032,188,'_wp_page_template','elementor_canvas'),
(1033,188,'_elementor_edit_mode','builder'),
(1034,188,'_elementor_template_type','wp-page'),
(1035,188,'_elementor_version','3.32.4'),
(1036,188,'_elementor_pro_version','3.18.2'),
(1037,188,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1038,188,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1039,188,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1040,188,'_elementor_conditions','a:0:{}'),
(1041,188,'_elementor_css','a:6:{s:4:\"time\";i:1760711189;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1042,188,'_elementor_element_cache','{\"timeout\":1760797589,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1043,189,'footnotes',''),
(1044,189,'_wp_page_template','elementor_canvas'),
(1045,189,'_elementor_edit_mode','builder'),
(1046,189,'_elementor_template_type','wp-page'),
(1047,189,'_elementor_version','3.32.4'),
(1048,189,'_elementor_pro_version','3.18.2'),
(1049,189,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1050,189,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1051,189,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1052,189,'_elementor_conditions','a:0:{}'),
(1053,189,'_elementor_css','a:6:{s:4:\"time\";i:1760711189;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wpr1_postmeta` VALUES
(1054,189,'_elementor_element_cache','{\"timeout\":1760797589,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1055,190,'footnotes',''),
(1056,190,'_wp_page_template','elementor_canvas'),
(1057,190,'_elementor_edit_mode','builder'),
(1058,190,'_elementor_template_type','wp-page'),
(1059,190,'_elementor_version','3.32.4'),
(1060,190,'_elementor_pro_version','3.18.2'),
(1061,190,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1062,190,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1063,190,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1064,190,'_elementor_conditions','a:0:{}'),
(1065,190,'_elementor_css','a:6:{s:4:\"time\";i:1760711189;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1066,190,'_elementor_element_cache','{\"timeout\":1760797589,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1069,191,'_edit_lock','1760712934:1'),
(1070,192,'_menu_item_type','post_type'),
(1071,192,'_menu_item_menu_item_parent','0'),
(1072,192,'_menu_item_object_id','191'),
(1073,192,'_menu_item_object','page'),
(1074,192,'_menu_item_target',''),
(1075,192,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(1076,192,'_menu_item_xfn',''),
(1077,192,'_menu_item_url',''),
(1078,191,'_wp_page_template','elementor_canvas'),
(1079,191,'_eb_attr',''),
(1080,191,'site-sidebar-layout','no-sidebar'),
(1081,191,'site-content-layout',''),
(1082,191,'ast-site-content-layout','full-width-container'),
(1083,191,'site-content-style','default'),
(1084,191,'site-sidebar-style','default'),
(1085,191,'ast-global-header-display',''),
(1086,191,'ast-banner-title-visibility',''),
(1087,191,'ast-main-header-display',''),
(1088,191,'ast-hfb-above-header-display',''),
(1089,191,'ast-hfb-below-header-display',''),
(1090,191,'ast-hfb-mobile-header-display',''),
(1092,191,'ast-breadcrumbs-content',''),
(1093,191,'ast-featured-img','disabled'),
(1094,191,'footer-sml-layout',''),
(1095,191,'theme-transparent-header-meta',''),
(1096,191,'adv-header-id-meta',''),
(1097,191,'stick-header-meta',''),
(1098,191,'header-above-stick-meta',''),
(1099,191,'header-main-stick-meta',''),
(1100,191,'header-below-stick-meta',''),
(1101,191,'astra-migrate-meta-layouts','default'),
(1102,191,'ast-page-background-enabled','default'),
(1103,191,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(1104,191,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(1105,191,'footnotes',''),
(1106,191,'_elementor_edit_mode','builder'),
(1107,191,'_elementor_template_type','wp-page'),
(1108,191,'_elementor_data','[{\"id\":\"46625147\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"359\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"6011e11a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7ffb5fa4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b6d07a\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"79cba62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bf26243\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c451d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"1da1c821\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"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\":false}},\"elements\":[{\"id\":\"14a08911\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"5523bae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":209,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tool.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4390154f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15b95251\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5837286f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a0918c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"2e50e31d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/around.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e1b32c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d8ec9ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"73d9a836\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3a2cfc8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"79f69de0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":211,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/serv-icon.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"243974a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e8837f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16aa3568\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48eecbf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d7aac4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"7f3edf53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":212,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/three.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2467c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a6d36b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aee6e31\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1dcda4a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"35ca129a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":213,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/crane.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c349949\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"741e0743\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54d4a7d7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"cdf4c95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2b8e6419\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5bb6ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"621cf9ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32ab32d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c896ee3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"122\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"53fc4e75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"4a4dc54b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Logistic Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78b5c62c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c00d09a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5003a29c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70d4fbf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"704d56e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"34cde533\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"716b4c61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3238d64e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47a9ba95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14146cf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1110ac35\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage and Delayed Shipping\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4d34ae54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2325a160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa93736\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b9bd044\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51e7b373\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17f87b61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f3c4faf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Warehousing & Fulfillment\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4c8c0f91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e8a0dbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"111\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/red-truck-on-the-road-PY8RVLW.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"284cce6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Cargo\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7828c098\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":215,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"38fd40d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"isInner\":false},{\"id\":\"3ccd0663\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":100,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"1f64dbf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59a30031\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"573ec010\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1109,191,'_elementor_conditions','a:0:{}'),
(1110,193,'footnotes',''),
(1111,194,'_edit_lock','1765029173:1'),
(1112,195,'_menu_item_type','post_type'),
(1113,195,'_menu_item_menu_item_parent','0'),
(1114,195,'_menu_item_object_id','194'),
(1115,195,'_menu_item_object','page'),
(1116,195,'_menu_item_target',''),
(1117,195,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(1118,195,'_menu_item_xfn',''),
(1119,195,'_menu_item_url',''),
(1120,194,'_wp_page_template','elementor_canvas'),
(1121,194,'_eb_attr',''),
(1122,194,'site-sidebar-layout','no-sidebar'),
(1123,194,'site-content-layout',''),
(1124,194,'ast-site-content-layout','full-width-container'),
(1125,194,'site-content-style','default'),
(1126,194,'site-sidebar-style','default'),
(1127,194,'ast-global-header-display',''),
(1128,194,'ast-banner-title-visibility',''),
(1129,194,'ast-main-header-display',''),
(1130,194,'ast-hfb-above-header-display',''),
(1131,194,'ast-hfb-below-header-display',''),
(1132,194,'ast-hfb-mobile-header-display',''),
(1134,194,'ast-breadcrumbs-content',''),
(1135,194,'ast-featured-img','disabled'),
(1136,194,'footer-sml-layout',''),
(1137,194,'theme-transparent-header-meta',''),
(1138,194,'adv-header-id-meta',''),
(1139,194,'stick-header-meta',''),
(1140,194,'header-above-stick-meta',''),
(1141,194,'header-main-stick-meta',''),
(1142,194,'header-below-stick-meta',''),
(1143,194,'astra-migrate-meta-layouts','default'),
(1144,194,'ast-page-background-enabled','default'),
(1145,194,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(1146,194,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(1147,194,'footnotes',''),
(1148,194,'_elementor_edit_mode','builder'),
(1149,194,'_elementor_template_type','wp-page'),
(1150,194,'_elementor_data','[{\"id\":\"30d54c57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67004769\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"76600533\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"36777ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcbb7e8\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"58e66531\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"6c604553\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"3b144b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54a425ef\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"6b8f0ed6\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"fcf140a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20ef08d9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5b20faa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"7c47944d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a0a3b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e676188\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2766166b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c146df3\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":122,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true},{\"id\":\"37bc1fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200},\"elements\":[{\"id\":\"4ec6f78f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6719e867\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":123,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"447e016f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bbbbd3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"433db37f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"320\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fb718fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13207ca0\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.\",\"name\":\"Miranda Atkins\",\"title\":\"Teacher, NY\",\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"_id\":\"9ee1b9c\"}],\"alignment\":\"left\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(1151,194,'_elementor_conditions','a:0:{}'),
(1152,196,'footnotes',''),
(1153,197,'_edit_lock','1765028591:1'),
(1154,198,'_menu_item_type','post_type'),
(1155,198,'_menu_item_menu_item_parent','195'),
(1156,198,'_menu_item_object_id','197'),
(1157,198,'_menu_item_object','page'),
(1158,198,'_menu_item_target',''),
(1159,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(1160,198,'_menu_item_xfn',''),
(1161,198,'_menu_item_url',''),
(1162,197,'_wp_page_template','elementor_canvas'),
(1163,197,'_eb_attr',''),
(1164,197,'site-sidebar-layout','no-sidebar'),
(1165,197,'site-content-layout',''),
(1166,197,'ast-site-content-layout','full-width-container'),
(1167,197,'site-content-style','default'),
(1168,197,'site-sidebar-style','default'),
(1169,197,'ast-global-header-display',''),
(1170,197,'ast-banner-title-visibility',''),
(1171,197,'ast-main-header-display',''),
(1172,197,'ast-hfb-above-header-display',''),
(1173,197,'ast-hfb-below-header-display',''),
(1174,197,'ast-hfb-mobile-header-display',''),
(1176,197,'ast-breadcrumbs-content',''),
(1177,197,'ast-featured-img','disabled'),
(1178,197,'footer-sml-layout',''),
(1179,197,'theme-transparent-header-meta',''),
(1180,197,'adv-header-id-meta',''),
(1181,197,'stick-header-meta',''),
(1182,197,'header-above-stick-meta',''),
(1183,197,'header-main-stick-meta',''),
(1184,197,'header-below-stick-meta',''),
(1185,197,'astra-migrate-meta-layouts','default'),
(1186,197,'ast-page-background-enabled','default'),
(1187,197,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(1188,197,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(1189,197,'footnotes',''),
(1190,197,'_elementor_edit_mode','builder'),
(1191,197,'_elementor_template_type','wp-page'),
(1192,197,'_elementor_data','[{\"id\":\"2efa5c50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"74b93a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"f1f0b31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8775e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e3fa469\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"748e0d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"202bfafd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"550f60d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bd5332\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"3fa008ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"de87fbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26445673\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"189\",\"right\":\"0\",\"bottom\":\"172\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"386435f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"29f659fa\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_posts_per_page\":1,\"classic_thumbnail\":\"none\",\"classic_title_tag\":\"h1\",\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_alignment\":\"center\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_title_color\":\"#FFFFFF\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":3.1,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"capitalize\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_meta_color\":\"#FFFFFF\",\"classic_meta_separator_color\":\"#FFFFFF\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"classic_read_more_color\":\"#FFFFFF\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"classic_meta_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_meta_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeIn\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ab1ea16\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4e3c41d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"374c2a4c\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"4\",\"classic_posts_per_page\":4,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.58,\"sizes\":[]},\"classic_title_tag\":\"h6\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_weight\":\"700\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_order\":\"asc\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2103993b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6058384a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"66acd793\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Articles\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20ba1cd8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"2\",\"classic_posts_per_page\":4,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.595,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[\"6\"],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":2.25,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.6,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_order\":\"asc\",\"classic_columns_tablet\":\"1\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61675c2b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"21aaffa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"751246f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4598388b\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.598,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_order\":\"asc\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_color\":\"#FF371E\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40df3de6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"53dbb134\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"229fa029\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10554613\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"d15dddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5295492e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"689dd83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a200b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249c414f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"298be3d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"22b72fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45acd722\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2723ec05\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76a5cc65\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ce13edb\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6a442d14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1193,197,'_elementor_conditions','a:0:{}'),
(1194,199,'footnotes',''),
(1195,200,'_edit_lock','1765029164:1'),
(1196,201,'_menu_item_type','post_type'),
(1197,201,'_menu_item_menu_item_parent','0'),
(1198,201,'_menu_item_object_id','200'),
(1199,201,'_menu_item_object','page'),
(1200,201,'_menu_item_target',''),
(1201,201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(1202,201,'_menu_item_xfn',''),
(1203,201,'_menu_item_url',''),
(1204,200,'_wp_page_template','elementor_canvas'),
(1205,200,'_eb_attr',''),
(1206,200,'site-sidebar-layout','no-sidebar'),
(1207,200,'site-content-layout',''),
(1208,200,'ast-site-content-layout','full-width-container'),
(1209,200,'site-content-style','default'),
(1210,200,'site-sidebar-style','default'),
(1211,200,'ast-global-header-display',''),
(1212,200,'ast-banner-title-visibility',''),
(1213,200,'ast-main-header-display',''),
(1214,200,'ast-hfb-above-header-display',''),
(1215,200,'ast-hfb-below-header-display',''),
(1216,200,'ast-hfb-mobile-header-display',''),
(1218,200,'ast-breadcrumbs-content',''),
(1219,200,'ast-featured-img','disabled'),
(1220,200,'footer-sml-layout',''),
(1221,200,'theme-transparent-header-meta',''),
(1222,200,'adv-header-id-meta',''),
(1223,200,'stick-header-meta',''),
(1224,200,'header-above-stick-meta',''),
(1225,200,'header-main-stick-meta',''),
(1226,200,'header-below-stick-meta',''),
(1227,200,'astra-migrate-meta-layouts','default'),
(1228,200,'ast-page-background-enabled','default'),
(1229,200,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(1230,200,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(1231,200,'footnotes',''),
(1232,200,'_elementor_edit_mode','builder'),
(1233,200,'_elementor_template_type','wp-page'),
(1234,200,'_elementor_data','[{\"id\":\"86974fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"669391a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"7cc8ea70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"57860b86\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11c9143c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"45cfc262\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7316b460\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4154a715\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d81c2\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"68ce3661\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"3bb58506\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b448f4c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":251,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"287\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4475cc91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"8a5badc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3644b5fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6065bfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47205d5d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Call\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5325efef\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"17e340ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4d3753c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52603e2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2ee6560a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2471bfea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"216943aa\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"57f118f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-91\",\"link\":{\"url\":\"tel:+1234567891\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"41bc7bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4c873093\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6cddfb70\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"275f671e\",\"elType\":\"widget\",\"settings\":{\"text\":\"job@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"338ceb09\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":770,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5341f1e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"14c60fa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have a Question? Drop a Line\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4125eb\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"50\",\"_id\":\"c5f3790\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"1261b32\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"dd83361\",\"rows\":5,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"button_text\":\"Send Message\",\"button_align\":\"center\",\"button_align_mobile\":\"stretch\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"field_text_color\":\"#161616\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Montserrat\",\"field_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_typography_text_transform\":\"none\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":3.15,\"sizes\":[]},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"field_border_color\":\"#EFF2F4\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_color\":\"#00AFF5\",\"button_text_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"button_background_hover_color\":\"#1D299B\",\"button_hover_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"email_to\":\"admin@alkara.co.id\",\"email_subject\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from\":\"email@alkara.co.id\",\"email_from_name\":\"Alkara Lintas Samudra\",\"email_to_2\":\"admin@alkara.co.id\",\"email_subject_2\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from_2\":\"email@alkara.co.id\",\"email_from_name_2\":\"Alkara Lintas Samudra\",\"email_reply_to_2\":\"admin@alkara.co.id\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e59739\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"363\",\"right\":\"0\",\"bottom\":\"369\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2ef6ae16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"f80db8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78666c12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e091b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"701a98f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c4a9680\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"40b1af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4570eec4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5fe6c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"596256d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f10aad3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16690a50\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"5e50eb80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150036a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b547425\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34aee58a\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7f15fe3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6a2ae93d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1235,200,'_elementor_conditions','a:0:{}'),
(1236,202,'footnotes',''),
(1243,142,'_eb_reusable_block_ids','a:0:{}'),
(1244,142,'_elementor_css','a:6:{s:4:\"time\";i:1760711733;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:11;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1245,142,'_elementor_element_cache','{\"timeout\":1760798133,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5b1fd347 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5b1fd347\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-25e7a282\\\" data-id=\\\"25e7a282\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-72f90e53 elementor-widget elementor-widget-heading\\\" data-id=\\\"72f90e53\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">About<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5f1ac287 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"5f1ac287\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Company<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Profile<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our team<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-68dc6044\\\" data-id=\\\"68dc6044\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d04d29 elementor-widget elementor-widget-heading\\\" data-id=\\\"d04d29\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1ec3992e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"1ec3992e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">International Freight<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Quick Estimate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-594502d3\\\" data-id=\\\"594502d3\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5dc8e888 elementor-widget elementor-widget-heading\\\" data-id=\\\"5dc8e888\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Legal<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6471a3c6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"6471a3c6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6242069d\\\" data-id=\\\"6242069d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-18fef51a elementor-widget elementor-widget-heading\\\" data-id=\\\"18fef51a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2318913b elementor-widget elementor-widget-heading\\\" data-id=\\\"2318913b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-768b5571 elementor-widget elementor-widget-button\\\" data-id=\\\"768b5571\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c9c43b3 elementor-widget elementor-widget-button\\\" data-id=\\\"4c9c43b3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"mailto:@yoursite.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-190e2434 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"190e2434\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(1246,205,'_elementor_is_screenshot','1'),
(1247,205,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_142_2025-10-17-14-35-34_68ee7a32.png'),
(1248,142,'_elementor_screenshot','a:2:{s:2:\"id\";i:205;s:3:\"url\";s:124:\"https://alkara.co.id/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_142_2025-10-17-14-35-34_68ee7a32.png\";}'),
(1249,161,'_elementor_css','a:6:{s:4:\"time\";i:1760711734;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1250,161,'_elementor_element_cache','{\"timeout\":1760798134,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-693f79c0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"693f79c0\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-342e591\\\" data-id=\\\"342e591\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7413ff4c elementor-widget elementor-widget-image\\\" data-id=\\\"7413ff4c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logo-3.png\\\" title=\\\"logo-3.png\\\" alt=\\\"logo-3.png\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-6e3ec91\\\" data-id=\\\"6e3ec91\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjMxYTQxNjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbl9pdGVtcyI6ImxlZnQiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjMDBBRkY1IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiMwMEFGRjUiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwic3VibWVudV9pY29uIjp7InZhbHVlIjoiZmFzIGZhLWNhcmV0LWRvd24iLCJsaWJyYXJ5IjoiZmEtc29saWQifSwidG9nZ2xlX2ljb25fbm9ybWFsIjp7InZhbHVlIjoiIiwibGlicmFyeSI6IiJ9LCJ0b2dnbGVfaWNvbl9hY3RpdmUiOnsidmFsdWUiOiIiLCJsaWJyYXJ5IjoiIn0sIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX21hc2tfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-a375f7e elementor-hidden-phone\\\" data-id=\\\"a375f7e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4614670a elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"4614670a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\\\" title=\\\"smartphone4545.png\\\" alt=\\\"smartphone4545.png\\\" loading=\\\"lazy\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1cb6cab2\\\" data-id=\\\"1cb6cab2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjRmNTYxMmE5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF92aWRlb19mYWxsYmFjayI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2dhbGxlcnkiOltdLCJfYmFja2dyb3VuZF9ob3Zlcl9pbWFnZSI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfdmlkZW9fZmFsbGJhY2siOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX21hc2tfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-29e976a0\\\" data-id=\\\"29e976a0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-39972b22 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"39972b22\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a Quote<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(1251,206,'_elementor_is_screenshot','1'),
(1252,206,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_161_2025-10-17-14-35-36_52669b5b.png'),
(1253,161,'_elementor_screenshot','a:2:{s:2:\"id\";i:206;s:3:\"url\";s:124:\"https://alkara.co.id/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_161_2025-10-17-14-35-36_52669b5b.png\";}'),
(1254,163,'_elementor_css','a:6:{s:4:\"time\";i:1760711736;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:11;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1255,163,'_elementor_element_cache','{\"timeout\":1760798136,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-374b4cac elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"374b4cac\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-233af21c\\\" data-id=\\\"233af21c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-76e60277 elementor-widget elementor-widget-heading\\\" data-id=\\\"76e60277\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">About<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3b86325c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"3b86325c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Company<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Profile<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our team<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-38ee653a\\\" data-id=\\\"38ee653a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4a66d1a8 elementor-widget elementor-widget-heading\\\" data-id=\\\"4a66d1a8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7a08f0bc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"7a08f0bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">International Freight<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Quick Estimate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3d787867\\\" data-id=\\\"3d787867\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5b4ff625 elementor-widget elementor-widget-heading\\\" data-id=\\\"5b4ff625\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Legal<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3097cac9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"3097cac9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-2cff077b\\\" data-id=\\\"2cff077b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-44ac34a7 elementor-widget elementor-widget-heading\\\" data-id=\\\"44ac34a7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4eabebe2 elementor-widget elementor-widget-heading\\\" data-id=\\\"4eabebe2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2b1b910a elementor-widget elementor-widget-button\\\" data-id=\\\"2b1b910a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-487ac40c elementor-widget elementor-widget-button\\\" data-id=\\\"487ac40c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"mailto:@yoursite.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-25b2232c e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"25b2232c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(1258,163,'_elementor_screenshot','a:2:{s:2:\"id\";i:208;s:3:\"url\";s:124:\"https://alkara.co.id/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_163_2025-10-17-14-36-05_4ac69d36.png\";}'),
(1259,208,'_elementor_is_screenshot','1'),
(1260,208,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_163_2025-10-17-14-36-05_4ac69d36.png'),
(1261,209,'_wp_attached_file','2025/10/tool.png'),
(1262,209,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:76;s:6:\"height\";i:74;s:4:\"file\";s:16:\"2025/10/tool.png\";s:8:\"filesize\";i:1848;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1263,209,'_elementor_source_image_hash','9b893cf958c0a189adb3e7edf30a7799bc625e11'),
(1264,210,'_wp_attached_file','2025/10/around.png'),
(1265,210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:82;s:6:\"height\";i:75;s:4:\"file\";s:18:\"2025/10/around.png\";s:8:\"filesize\";i:2880;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1266,210,'_elementor_source_image_hash','fe6df3a6b4b802ac10adef5120f946494f3a29dd'),
(1267,211,'_wp_attached_file','2025/10/serv-icon.png'),
(1268,211,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:89;s:6:\"height\";i:62;s:4:\"file\";s:21:\"2025/10/serv-icon.png\";s:8:\"filesize\";i:1502;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1269,211,'_elementor_source_image_hash','045c6863b8248eca16e7dfe9cb555a8f844c52af'),
(1270,212,'_wp_attached_file','2025/10/three.png'),
(1271,212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:85;s:6:\"height\";i:76;s:4:\"file\";s:17:\"2025/10/three.png\";s:8:\"filesize\";i:880;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1272,212,'_elementor_source_image_hash','d94540d4df08bdc84750d64e23a0e6cb361f77b7'),
(1273,213,'_wp_attached_file','2025/10/crane.png'),
(1274,213,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:70;s:6:\"height\";i:64;s:4:\"file\";s:17:\"2025/10/crane.png\";s:8:\"filesize\";i:1884;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1275,213,'_elementor_source_image_hash','9efb314c751f93f48404b56f4ac522474c417e72'),
(1276,214,'_wp_attached_file','2025/10/boxes.png'),
(1277,214,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:78;s:6:\"height\";i:68;s:4:\"file\";s:17:\"2025/10/boxes.png\";s:8:\"filesize\";i:1223;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1278,214,'_elementor_source_image_hash','3d4ce1a4cc1869c94fac60dbef70427dd7e143fe'),
(1279,215,'_wp_attached_file','2025/10/male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3.jpg'),
(1280,215,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:69:\"2025/10/male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3.jpg\";s:8:\"filesize\";i:113923;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12978;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76553;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6198;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50635;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:148:\"Male courier in uniform works with cargo, back view. Truck with parcels on background. Distribution business. Cargo delivery. Empty, clear container\";s:17:\"created_timestamp\";s:10:\"1499879903\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:50:\"Male courier in uniform work with cargo, back view\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:49:{i:0;s:8:\"delivery\";i:1;s:3:\"box\";i:2;s:5:\"cargo\";i:3;s:8:\"shipping\";i:4;s:14:\"transportation\";i:5;s:6:\"worker\";i:6;s:7:\"service\";i:7;s:7:\"courier\";i:8;s:7:\"package\";i:9;s:6:\"parcel\";i:10;s:7:\"uniform\";i:11;s:3:\"man\";i:12;s:8:\"industry\";i:13;s:7:\"freight\";i:14;s:4:\"male\";i:15;s:9:\"cardboard\";i:16;s:5:\"truck\";i:17;s:6:\"postal\";i:18;s:3:\"job\";i:19;s:8:\"shipment\";i:20;s:4:\"work\";i:21;s:6:\"person\";i:22;s:6:\"carton\";i:23;s:4:\"back\";i:24;s:4:\"view\";i:25;s:4:\"post\";i:26;s:10:\"delivering\";i:27;s:4:\"mail\";i:28;s:9:\"transport\";i:29;s:9:\"container\";i:30;s:5:\"order\";i:31;s:3:\"van\";i:32;s:7:\"workman\";i:33;s:8:\"business\";i:34;s:8:\"logistic\";i:35;s:7:\"storage\";i:36;s:5:\"labor\";i:37;s:9:\"caucasian\";i:38;s:5:\"mover\";i:39;s:12:\"distribution\";i:40;s:8:\"portrait\";i:41;s:3:\"cap\";i:42;s:5:\"trade\";i:43;s:6:\"moving\";i:44;s:8:\"carrying\";i:45;s:9:\"packaging\";i:46;s:10:\"profession\";i:47;s:6:\"client\";i:48;s:8:\"customer\";}}}'),
(1281,215,'_elementor_source_image_hash','ab167f3cc88a103944806a87d238e0ecc105e8f8'),
(1282,216,'_elementor_edit_mode','builder'),
(1283,216,'_elementor_template_type','page'),
(1284,216,'_elementor_version','3.32.4'),
(1285,216,'_elementor_pro_version','3.18.2'),
(1286,216,'_elementor_data','[{\"id\":\"73f3da8a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"359\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"269a7963\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b981029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6758382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7a2dc52d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"547cc9c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"452acbb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53ddcf48\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28232b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"218039f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":209,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tool.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"397508b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6df624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346a949e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"519709d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4892fdc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/around.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b056\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46ee31b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9aeb993\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"155b282c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d0f440b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":211,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/serv-icon.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67d5e290\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"481a2f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"493b0021\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"395fcdb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bedcc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a641129\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":212,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/three.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42548a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c3ea1ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5487af25\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45b9c906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f6b0fc1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":213,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/crane.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139b39ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3923a04f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4eadc441\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"669f98b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d1632f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63c515b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"503b41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"196b98de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ed6c431\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"122\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59238ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ef9a450\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Logistic Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754724c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ed1acda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d6383b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40fe2c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5f51e9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77484511\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68893401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e36d345\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2728d0e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6195ffd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a6f5128\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage and Delayed Shipping\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7afe13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"620487ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e63de83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14da4663\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7627ada3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76adde49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e52d022\",\"elType\":\"widget\",\"settings\":{\"title\":\"Warehousing & Fulfillment\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"49d7a85b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bdf45b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"111\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/red-truck-on-the-road-PY8RVLW.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52294364\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Cargo\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467e3ec6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":215,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b8559a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"26ee0489\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":100,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5396ff0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d2bd1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ae4dcca\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1287,217,'_elementor_edit_mode','builder'),
(1288,217,'_elementor_template_type','page'),
(1289,217,'_elementor_version','3.32.4'),
(1290,217,'_elementor_pro_version','3.18.2'),
(1291,217,'_elementor_data','[{\"id\":\"73f3da8a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"359\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"269a7963\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b981029\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6758382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7a2dc52d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"547cc9c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"452acbb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53ddcf48\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28232b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"218039f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":209,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tool.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"397508b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6df624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"346a949e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"519709d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4892fdc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/around.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b056\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46ee31b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9aeb993\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"155b282c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d0f440b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":211,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/serv-icon.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67d5e290\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"481a2f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"493b0021\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"395fcdb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bedcc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a641129\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":212,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/three.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42548a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c3ea1ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5487af25\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45b9c906\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f6b0fc1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":213,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/crane.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139b39ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3923a04f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4eadc441\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"669f98b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d1632f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63c515b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"503b41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"196b98de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ed6c431\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"122\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59238ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ef9a450\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Logistic Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754724c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ed1acda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d6383b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40fe2c5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5f51e9fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77484511\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68893401\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e36d345\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2728d0e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6195ffd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a6f5128\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage and Delayed Shipping\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7afe13f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"620487ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e63de83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14da4663\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7627ada3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76adde49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e52d022\",\"elType\":\"widget\",\"settings\":{\"title\":\"Warehousing & Fulfillment\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"49d7a85b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bdf45b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"111\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/red-truck-on-the-road-PY8RVLW.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52294364\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Cargo\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"467e3ec6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":215,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b8559a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"hide_tablet\":\"hidden-tablet\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"26ee0489\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":100,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5396ff0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20d2bd1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ae4dcca\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1292,216,'_elementor_page_assets','a:2:{s:6:\"styles\";a:7:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:12:\"widget-image\";i:4;s:21:\"e-animation-slideInUp\";i:5;s:17:\"e-animation-float\";i:6;s:24:\"e-animation-slideInRight\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1293,216,'_eael_custom_js',''),
(1294,216,'_eb_reusable_block_ids','a:0:{}'),
(1295,218,'_wp_attached_file','2025/10/before-img1.png'),
(1296,218,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:108;s:6:\"height\";i:108;s:4:\"file\";s:23:\"2025/10/before-img1.png\";s:8:\"filesize\";i:4191;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1297,218,'_elementor_source_image_hash','2b1e06471781799988cde805d77967f54ed238de'),
(1298,219,'_wp_attached_file','2025/10/before-img2.png'),
(1299,219,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:108;s:6:\"height\";i:108;s:4:\"file\";s:23:\"2025/10/before-img2.png\";s:8:\"filesize\";i:3391;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1300,219,'_elementor_source_image_hash','3844ed980a3e04ac85de617df6e8547d03f175d3'),
(1301,220,'_wp_attached_file','2025/10/before-img3.png'),
(1302,220,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:108;s:6:\"height\";i:108;s:4:\"file\";s:23:\"2025/10/before-img3.png\";s:8:\"filesize\";i:4075;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1303,220,'_elementor_source_image_hash','ff551e7d95fd332f542cd2a4b2e734008e0dccea'),
(1304,221,'_wp_attached_file','2025/10/before-img4.png'),
(1305,221,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:108;s:6:\"height\";i:108;s:4:\"file\";s:23:\"2025/10/before-img4.png\";s:8:\"filesize\";i:4742;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1306,221,'_elementor_source_image_hash','7c4c480794c95476ab02cf48e4c16d53c9fba6b2'),
(1307,222,'_wp_attached_file','2025/10/before-img5.png'),
(1308,222,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:108;s:6:\"height\";i:108;s:4:\"file\";s:23:\"2025/10/before-img5.png\";s:8:\"filesize\";i:1882;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1309,222,'_elementor_source_image_hash','134f94829a089860e24f5c053781650b928e89ff'),
(1310,223,'_wp_attached_file','2025/10/before-img6.png'),
(1311,223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:108;s:6:\"height\";i:108;s:4:\"file\";s:23:\"2025/10/before-img6.png\";s:8:\"filesize\";i:2291;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1312,223,'_elementor_source_image_hash','f6ab2afa70c923b82e8ec783f257f0ac36967ae2'),
(1313,224,'_elementor_edit_mode','builder'),
(1314,224,'_elementor_template_type','page'),
(1315,224,'_elementor_version','3.32.4'),
(1316,224,'_elementor_pro_version','3.18.2'),
(1317,224,'_elementor_data','[{\"id\":\"49134b69\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75561547\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25bbcbb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff79dd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b4548a0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"503fc933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f8c62fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"604cbcd8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"dacf998\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45fb1957\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d50d616\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"209779e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52035838\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e02c7d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228efd65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"117db325\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"481522fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e58ab13\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5089a545\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5579ac8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11f35375\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e13e61\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70d66ab5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d9a2838\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2096d2ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79a55f84\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"186131cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"405ba353\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa46d12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b1f04a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1058153e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"79a55bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a4ac938\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a7842a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b1ddc8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11d29e86\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"571679eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"292326c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"242f7641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e62f19e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"396c2fae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6acab1f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1054b41b\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cdead7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"2e9eff36\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ef01add\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e6cff8b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d86fa03\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3743a71d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a2bccd9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a73ed5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56f5ab8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5bdd321e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d719092\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38c15143\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b069936\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8df4746\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7cc87aed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad7a03f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d2643ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"706e0e4a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28bbdcc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e95c251\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"631c694f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"353811d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f509740\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40185e06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5db6cb30\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43a6eba8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"7c1a253c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"211a6a1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39661261\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad6fef\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"48916aa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f272cf4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16ebf295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7183fc09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9777ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b609748\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2884a4ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19c5f49f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79be7a04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7cc41997\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32572a79\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7c61f04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65aa11f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17381585\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"244c8023\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"167a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"758c785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b1949b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11476b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2941a307\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"181c8e37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"3ff71200\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e7fd457\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf90b5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e7b60b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67f6f786\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67d98e06\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40ede3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"da65489\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2b3e972e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14716dbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"452457df\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e5f92e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30208528\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ee427a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22afe57d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"9268ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6575b3d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3751ebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26c20e3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43575b5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33513776\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1318,225,'_elementor_edit_mode','builder'),
(1319,225,'_elementor_template_type','page'),
(1320,225,'_elementor_version','3.32.4'),
(1321,225,'_elementor_pro_version','3.18.2');
INSERT INTO `wpr1_postmeta` VALUES
(1322,225,'_elementor_data','[{\"id\":\"49134b69\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75561547\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25bbcbb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff79dd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b4548a0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"503fc933\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f8c62fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"604cbcd8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"dacf998\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45fb1957\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d50d616\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"209779e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52035838\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7e02c7d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228efd65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"117db325\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"481522fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e58ab13\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5089a545\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5579ac8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11f35375\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e13e61\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70d66ab5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d9a2838\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2096d2ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79a55f84\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"186131cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"405ba353\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa46d12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b1f04a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1058153e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"79a55bf\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a4ac938\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a7842a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b1ddc8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11d29e86\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"571679eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"292326c8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"242f7641\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e62f19e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"396c2fae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6acab1f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1054b41b\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cdead7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"2e9eff36\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ef01add\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e6cff8b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d86fa03\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3743a71d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a2bccd9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a73ed5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56f5ab8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5bdd321e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d719092\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"38c15143\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b069936\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8df4746\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7cc87aed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad7a03f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d2643ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"706e0e4a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28bbdcc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e95c251\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"631c694f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"353811d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3f509740\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40185e06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5db6cb30\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43a6eba8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"7c1a253c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"211a6a1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39661261\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad6fef\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"48916aa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f272cf4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16ebf295\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7183fc09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9777ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b609748\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2884a4ec\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19c5f49f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79be7a04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7cc41997\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32572a79\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7c61f04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65aa11f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17381585\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"244c8023\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"167a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"758c785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b1949b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11476b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2941a307\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"181c8e37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"3ff71200\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e7fd457\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf90b5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e7b60b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"67f6f786\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67d98e06\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40ede3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"da65489\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2b3e972e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14716dbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"452457df\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e5f92e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30208528\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31ee427a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22afe57d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"9268ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6575b3d3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3751ebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26c20e3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"43575b5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33513776\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1323,224,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-zoomIn\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:12:\"widget-image\";i:5;s:17:\"e-animation-float\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1324,224,'_eael_custom_js',''),
(1325,224,'_eb_reusable_block_ids','a:0:{}'),
(1326,226,'_wp_attached_file','2025/10/before-img7.png'),
(1327,226,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:23:\"2025/10/before-img7.png\";s:8:\"filesize\";i:1607;s:5:\"sizes\";a:1:{s:24:\"elementor_custom_130x130\";a:4:{s:4:\"file\";s:75:\"elementor/thumbs/before-img7-rdcf19fsvve9n0a82k3skbu5yihgrqan6npkz61tz4.png\";s:5:\"width\";i:130;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1328,226,'_elementor_source_image_hash','a03e0977aa24628642c51a06893e680904fb3dc1'),
(1329,227,'_wp_attached_file','2025/10/before-img8.png'),
(1330,227,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:23:\"2025/10/before-img8.png\";s:8:\"filesize\";i:2091;s:5:\"sizes\";a:1:{s:24:\"elementor_custom_130x130\";a:4:{s:4:\"file\";s:75:\"elementor/thumbs/before-img8-rdcf19fsvve9n0a82k3skbu5yihgrqan6npkz61tz4.png\";s:5:\"width\";i:130;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1331,227,'_elementor_source_image_hash','d71af11aa238be306c2a6602bf26fca0d0bc37e4'),
(1332,228,'_wp_attached_file','2025/10/list-line-blue.png'),
(1333,228,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:20;s:6:\"height\";i:3;s:4:\"file\";s:26:\"2025/10/list-line-blue.png\";s:8:\"filesize\";i:93;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1334,228,'_elementor_source_image_hash','f321ed459eb5d311a93bf8b1f148ea47d709d11a'),
(1335,229,'_elementor_edit_mode','builder'),
(1336,229,'_elementor_template_type','page'),
(1337,229,'_elementor_version','3.32.4'),
(1338,229,'_elementor_pro_version','3.18.2'),
(1339,229,'_elementor_data','[{\"id\":\"71e3719\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"204\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a0fe63d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17e44dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full-service International Freight\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"893fa69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"60\",\"bottom\":\"31\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":300,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67aeca08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"133\",\"right\":\"0\",\"bottom\":\"112\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"437efc8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f51e4a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b385946\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37beaddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5703fad7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Logistics Manager\",\"description_text\":\"Account Execs\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"775997a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"142ca2ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Angelo Wysong\",\"description_text\":\"General Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"550f0b86\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fa7bf74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b3a7ae8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"William Sanchez\",\"description_text\":\"Customer Service\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5eb4b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13501779\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"123\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"David Brooks\",\"description_text\":\"Truck Driver\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"24473737\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ce86134\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b03caaf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"122\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Mark Patison\",\"description_text\":\"Special Courier\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1336f132\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62fe0807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"126\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Toby Stivens\",\"description_text\":\"Support Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28924af8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1512d1ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c1cff0a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"454\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1609175b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"220\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"78266d96\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":226,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img7.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":13.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f574a4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":227,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img8.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":13.2,\"sizes\":[]},\"_element_vertical_align_tablet\":\"flex-end\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"41bfc371\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4694abbb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Careers\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a2163b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"71\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"679e3e98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c2af3f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Ingineer\\/Technologist,\",\"header_size\":\"h6\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ff67167\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"486b6eb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"276a43e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Job summary\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e2c1de3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dole sunt in culpa qui officia deserunt mollitia animi.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7763cf5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your responsibilities:\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c99b1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Creating value for a customer\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592bc586\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Building a strong infrastructure\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6209dec1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Quality measure men\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3f959f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34da9d29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3385f27b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Warehouse Officer\",\"header_size\":\"h6\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bf3394b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"41\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59223089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73312c15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Job summary\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b6fa78c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"545a4d51\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"377\",\"right\":\"0\",\"bottom\":\"381\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71db127c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"351fd1ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"left\",\"align_mobile\":\"left\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6234fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1340,230,'_elementor_edit_mode','builder'),
(1341,230,'_elementor_template_type','page'),
(1342,230,'_elementor_version','3.32.4'),
(1343,230,'_elementor_pro_version','3.18.2'),
(1344,230,'_elementor_data','[{\"id\":\"71e3719\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"204\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a0fe63d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17e44dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full-service International Freight\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"893fa69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"60\",\"bottom\":\"31\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":300,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67aeca08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"133\",\"right\":\"0\",\"bottom\":\"112\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"437efc8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f51e4a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b385946\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37beaddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5703fad7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Logistics Manager\",\"description_text\":\"Account Execs\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"775997a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"142ca2ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Angelo Wysong\",\"description_text\":\"General Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"550f0b86\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fa7bf74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b3a7ae8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"William Sanchez\",\"description_text\":\"Customer Service\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5eb4b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13501779\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"123\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"David Brooks\",\"description_text\":\"Truck Driver\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"24473737\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ce86134\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b03caaf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"122\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Mark Patison\",\"description_text\":\"Special Courier\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1336f132\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62fe0807\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"126\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Toby Stivens\",\"description_text\":\"Support Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28924af8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1512d1ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c1cff0a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"454\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1609175b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"220\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"78266d96\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":226,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img7.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":13.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f574a4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":227,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img8.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":13.2,\"sizes\":[]},\"_element_vertical_align_tablet\":\"flex-end\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"41bfc371\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4694abbb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Careers\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a2163b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"71\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"679e3e98\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c2af3f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Ingineer\\/Technologist,\",\"header_size\":\"h6\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ff67167\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"486b6eb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"276a43e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Job summary\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e2c1de3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dole sunt in culpa qui officia deserunt mollitia animi.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7763cf5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your responsibilities:\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c99b1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Creating value for a customer\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592bc586\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Building a strong infrastructure\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6209dec1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Quality measure men\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3f959f82\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34da9d29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3385f27b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Warehouse Officer\",\"header_size\":\"h6\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bf3394b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"41\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59223089\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73312c15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Job summary\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b6fa78c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"545a4d51\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"377\",\"right\":\"0\",\"bottom\":\"381\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71db127c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"351fd1ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"left\",\"align_mobile\":\"left\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6234fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1345,229,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:23:\"e-animation-slideInDown\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:16:\"widget-image-box\";i:5;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1346,229,'_eael_custom_js',''),
(1347,229,'_eb_reusable_block_ids','a:0:{}'),
(1348,231,'_elementor_edit_mode','builder'),
(1349,231,'_elementor_template_type','page'),
(1350,231,'_elementor_version','3.32.4'),
(1351,231,'_elementor_pro_version','3.18.2'),
(1352,231,'_elementor_data','[{\"id\":\"2eda2811\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"31\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6abc92c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c5f8416\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e893f53\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46181530\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"44373616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Free Call\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":500,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"4a534d5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"66b800d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\",\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14128f9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6553d343\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"364\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"515fdb0c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#1D299B\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"60\",\"bottom\":\"76\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55789fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":75,\"_inline_size_mobile\":80,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4abb8542\",\"elType\":\"widget\",\"settings\":{\"title\":\"Special Expertise\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26642473\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our aim is to optimise and improve \",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46c5d1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":25,\"_inline_size_mobile\":20,\"content_position_mobile\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4afa766c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$17\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"10e3f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1284dc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"364\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ee961\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#1D299B\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"60\",\"bottom\":\"76\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e0442cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":75,\"_inline_size_mobile\":80,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8edafea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c3c65cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our aim is to optimise and improve \",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"72c50025\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":20,\"content_position_mobile\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45b8212\",\"elType\":\"widget\",\"settings\":{\"title\":\"$20\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d54265a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"278\",\"right\":\"0\",\"bottom\":\"278\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b343d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"610a11e5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ba1486b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b0a837\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"618e5a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prices Table\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df0ea5c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c02b532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"80\",\"left\":\"70\",\"isLinked\":false},\"animation\":\"slideInUp\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39c6c3f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular Freight\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"70\",\"bottom\":\"46\",\"left\":\"70\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"none\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7742b288\",\"elType\":\"widget\",\"settings\":{\"title\":\"$250.00\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2573c2c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single covered truck\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8a25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Two men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"385ad4b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 10 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f170897\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 100 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ddb7db6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c56a106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Additional trucks available\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a70b3e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"224705e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"80\",\"left\":\"70\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3aebbb2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed Freight\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"70\",\"bottom\":\"46\",\"left\":\"70\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"none\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"214dfbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"$300.00\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1404138d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single cooled truck\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16bc6f84\",\"elType\":\"widget\",\"settings\":{\"title\":\"Four men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a0a934b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 10 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e210b6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 200 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b185259\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4471505e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Additional trucks\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f368c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12bedb10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"80\",\"left\":\"70\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_delay\":400,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f4e9e08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Express Freight\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"70\",\"bottom\":\"46\",\"left\":\"70\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"none\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ccc67ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"$350.00\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448c8cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single or double covered \",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d4745c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Five men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"424f89e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 10 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63242474\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 300 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11204768\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f98253a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Additional trucks\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8be5c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"462103a0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"180444d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"align\":\"space-between\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7522ee38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59dddca5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Questions? Visit Our Help Center\",\"header_size\":\"h5\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_element_width\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c58e46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7442a24b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7620fdb5\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Services located? \",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"b182c97\"},{\"tab_title\":\"How are claims handled?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"414a3ab\"},{\"tab_title\":\"Can I ship to a trade show?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"54f2d9d\"},{\"tab_title\":\"What are estimated transit times?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"6978f40\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#FFFFFF\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"42\",\"isLinked\":false},\"icon_align\":\"right\",\"icon_color\":\"#707070\",\"content_background_color\":\"#FFFFFF\",\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"42\",\"isLinked\":false},\"title_typography_font_family\":\"Montserrat\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"929954b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68a3fcf7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What are my payment options?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"b182c97\"},{\"tab_title\":\"Why did I receive a billing adjustment?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"414a3ab\"},{\"tab_title\":\"What documents do I need?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"54f2d9d\"},{\"tab_title\":\"How do I track my shipment?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"6978f40\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#FFFFFF\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"42\",\"isLinked\":false},\"icon_align\":\"right\",\"icon_color\":\"#707070\",\"content_background_color\":\"#FFFFFF\",\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"42\",\"isLinked\":false},\"title_typography_font_family\":\"Montserrat\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1353,232,'_elementor_edit_mode','builder'),
(1354,232,'_elementor_template_type','page'),
(1355,232,'_elementor_version','3.32.4'),
(1356,232,'_elementor_pro_version','3.18.2'),
(1357,232,'_elementor_data','[{\"id\":\"2eda2811\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"31\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_position_mobile\":\"center center\",\"background_repeat_mobile\":\"no-repeat\",\"background_size_mobile\":\"cover\",\"background_bg_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6abc92c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c5f8416\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e893f53\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46181530\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"44373616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Free Call\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":500,\"_element_width_mobile\":\"inherit\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"4a534d5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"66b800d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\",\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14128f9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6553d343\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"364\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"515fdb0c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#1D299B\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"60\",\"bottom\":\"76\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55789fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":75,\"_inline_size_mobile\":80,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4abb8542\",\"elType\":\"widget\",\"settings\":{\"title\":\"Special Expertise\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26642473\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our aim is to optimise and improve \",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46c5d1a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":25,\"_inline_size_mobile\":20,\"content_position_mobile\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4afa766c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$17\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"10e3f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1284dc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"364\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ee961\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#1D299B\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"60\",\"bottom\":\"76\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e0442cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":75,\"_inline_size_mobile\":80,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8edafea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"capitalize\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c3c65cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our aim is to optimise and improve \",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"72c50025\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":25,\"_inline_size_mobile\":20,\"content_position_mobile\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45b8212\",\"elType\":\"widget\",\"settings\":{\"title\":\"$20\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d54265a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"278\",\"right\":\"0\",\"bottom\":\"278\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_motion_fx_devices\":[\"desktop\",\"tablet\"],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b343d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"610a11e5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#FF730C\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FF371E\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ba1486b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b0a837\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"618e5a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Prices Table\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1df0ea5c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c02b532\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"80\",\"left\":\"70\",\"isLinked\":false},\"animation\":\"slideInUp\",\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39c6c3f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular Freight\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"70\",\"bottom\":\"46\",\"left\":\"70\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"none\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7742b288\",\"elType\":\"widget\",\"settings\":{\"title\":\"$250.00\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2573c2c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single covered truck\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8a25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Two men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"385ad4b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 10 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f170897\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 100 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ddb7db6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c56a106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Additional trucks available\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a70b3e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"224705e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"80\",\"left\":\"70\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_delay\":200,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3aebbb2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Delayed Freight\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"70\",\"bottom\":\"46\",\"left\":\"70\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"none\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"214dfbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"$300.00\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1404138d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single cooled truck\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16bc6f84\",\"elType\":\"widget\",\"settings\":{\"title\":\"Four men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a0a934b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 10 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e210b6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 200 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b185259\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4471505e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Additional trucks\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f368c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12bedb10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"80\",\"left\":\"70\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_delay\":400,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_tablet\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f4e9e08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Express Freight\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"70\",\"bottom\":\"46\",\"left\":\"70\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"none\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ccc67ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"$350.00\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"typography_text_transform\":\"uppercase\",\"_animation_tablet\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448c8cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Single or double covered \",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d4745c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Five men for transport\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"424f89e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Minimum 10 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63242474\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximum 300 miles\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11204768\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f98253a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Additional trucks\",\"header_size\":\"h4\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8be5c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"button_hover_border_color\":\"#1D299B\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"462103a0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"180444d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"align\":\"space-between\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7522ee38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59dddca5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have Questions? Visit Our Help Center\",\"header_size\":\"h5\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_element_width\":\"auto\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c58e46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7442a24b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7620fdb5\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Services located? \",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"b182c97\"},{\"tab_title\":\"How are claims handled?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"414a3ab\"},{\"tab_title\":\"Can I ship to a trade show?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"54f2d9d\"},{\"tab_title\":\"What are estimated transit times?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"6978f40\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#FFFFFF\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"42\",\"isLinked\":false},\"icon_align\":\"right\",\"icon_color\":\"#707070\",\"content_background_color\":\"#FFFFFF\",\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"42\",\"isLinked\":false},\"title_typography_font_family\":\"Montserrat\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"929954b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68a3fcf7\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What are my payment options?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"b182c97\"},{\"tab_title\":\"Why did I receive a billing adjustment?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"414a3ab\"},{\"tab_title\":\"What documents do I need?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"54f2d9d\"},{\"tab_title\":\"How do I track my shipment?\",\"tab_content\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\",\"_id\":\"6978f40\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#FFFFFF\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"42\",\"isLinked\":false},\"icon_align\":\"right\",\"icon_color\":\"#707070\",\"content_background_color\":\"#FFFFFF\",\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"42\",\"isLinked\":false},\"title_typography_font_family\":\"Montserrat\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1358,231,'_elementor_page_assets','a:2:{s:6:\"styles\";a:8:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:12:\"widget-image\";i:5;s:15:\"widget-icon-box\";i:6;s:17:\"e-animation-float\";i:7;s:16:\"widget-accordion\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1359,231,'_eael_custom_js',''),
(1360,231,'_eb_reusable_block_ids','a:0:{}'),
(1361,191,'_astra_content_layout_flag','disabled'),
(1362,191,'ast-title-bar-display','disabled'),
(1363,191,'_elementor_version','3.32.4'),
(1364,191,'_elementor_pro_version','3.18.2'),
(1365,191,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1366,191,'_eael_post_view_count','49'),
(1367,233,'footnotes',''),
(1368,233,'_wp_page_template','elementor_canvas'),
(1369,233,'_elementor_edit_mode','builder'),
(1370,233,'_elementor_template_type','wp-page'),
(1371,233,'_elementor_data',''),
(1372,233,'_elementor_conditions','a:0:{}'),
(1373,233,'_elementor_version','3.32.4'),
(1374,233,'_elementor_pro_version','3.18.2'),
(1375,233,'_elementor_page_settings','a:0:{}'),
(1376,234,'footnotes',''),
(1377,234,'_wp_page_template','elementor_canvas'),
(1378,234,'_elementor_edit_mode','builder'),
(1379,234,'_elementor_template_type','wp-page'),
(1380,234,'_elementor_data',''),
(1381,234,'_elementor_conditions','a:0:{}'),
(1382,234,'_elementor_version','3.32.4'),
(1383,234,'_elementor_pro_version','3.18.2'),
(1384,234,'_elementor_page_settings','a:0:{}'),
(1385,235,'footnotes',''),
(1386,235,'_wp_page_template','elementor_canvas'),
(1387,235,'_elementor_edit_mode','builder'),
(1388,235,'_elementor_template_type','wp-page'),
(1389,235,'_elementor_data','[{\"id\":\"46625147\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"359\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"6011e11a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7ffb5fa4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need Immediate Support Help?\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b6d07a\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"79cba62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bf26243\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c451d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"1da1c821\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"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\":false}},\"elements\":[{\"id\":\"14a08911\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"5523bae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":209,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tool.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4390154f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15b95251\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5837286f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a0918c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"2e50e31d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/around.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e1b32c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d8ec9ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"73d9a836\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3a2cfc8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"79f69de0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":211,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/serv-icon.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"243974a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e8837f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16aa3568\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48eecbf1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d7aac4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"7f3edf53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":212,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/three.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a2467c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a6d36b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aee6e31\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1dcda4a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"35ca129a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":213,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/crane.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c349949\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"741e0743\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54d4a7d7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"cdf4c95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"52\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2b8e6419\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes.png\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5bb6ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"621cf9ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32ab32d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c896ee3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"122\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"53fc4e75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"4a4dc54b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Logistic Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78b5c62c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c00d09a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5003a29c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/wheels-of-the-airplane-P2MEJ5J.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70d4fbf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"704d56e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"34cde533\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"716b4c61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3238d64e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47a9ba95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14146cf2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1110ac35\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage and Delayed Shipping\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4d34ae54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2325a160\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aa93736\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b9bd044\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51e7b373\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17f87b61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f3c4faf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Warehousing & Fulfillment\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4c8c0f91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e8a0dbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"111\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/red-truck-on-the-road-PY8RVLW.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"570\",\"height\":\"329\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"284cce6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Cargo\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"50\",\"bottom\":\"42\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#EFF2F4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7828c098\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":215,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"38fd40d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"isInner\":false},{\"id\":\"3ccd0663\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":100,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"1f64dbf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59a30031\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"573ec010\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInRight\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1390,235,'_elementor_conditions','a:0:{}'),
(1391,235,'_elementor_version','3.32.4'),
(1392,235,'_elementor_pro_version','3.18.2'),
(1393,235,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1394,191,'_elementor_page_assets','a:2:{s:6:\"styles\";a:7:{i:0;s:20:\"e-animation-fadeInUp\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:12:\"widget-image\";i:4;s:21:\"e-animation-slideInUp\";i:5;s:17:\"e-animation-float\";i:6;s:24:\"e-animation-slideInRight\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1395,191,'_eael_custom_js',''),
(1433,180,'_wp_old_date','2025-10-15'),
(1434,200,'_eael_post_view_count','43'),
(1435,191,'_eb_reusable_block_ids','a:0:{}'),
(1436,191,'_elementor_css','a:6:{s:4:\"time\";i:1760712867;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1437,191,'_elementor_element_cache','{\"timeout\":1765428895,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-46625147 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"46625147\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6011e11a\\\" data-id=\\\"6011e11a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7ffb5fa4 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7ffb5fa4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Need Immediate Support Help?<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-43b6d07a elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"43b6d07a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-79cba62f elementor-hidden-tablet elementor-hidden-phone\\\" data-id=\\\"79cba62f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7bf26243 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7bf26243\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2c451d41\\\" data-id=\\\"2c451d41\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-1da1c821 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1da1c821\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-14a08911 elementor-invisible\\\" data-id=\\\"14a08911\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5523bae elementor-widget elementor-widget-image\\\" data-id=\\\"5523bae\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"76\\\" height=\\\"74\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tool.png\\\" class=\\\"attachment-full size-full wp-image-209\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4390154f elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"4390154f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Air Freight Forwarding<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjE1Yjk1MjUxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvci4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjYiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4iLCJhbGlnbl9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-5837286f elementor-align-left elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"5837286f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a0918c6 elementor-invisible\\\" data-id=\\\"a0918c6\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e50e31d elementor-widget elementor-widget-image\\\" data-id=\\\"2e50e31d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"82\\\" height=\\\"75\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/around.png\\\" class=\\\"attachment-full size-full wp-image-210\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e1b32c3 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"4e1b32c3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Sea Freight &amp; Chartering <\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjdkOGVjOWFiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIGFwZXJpYW0uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI2IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ25fbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-73d9a836 elementor-align-left elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"73d9a836\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3a2cfc8e elementor-invisible\\\" data-id=\\\"3a2cfc8e\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-79f69de0 elementor-widget elementor-widget-image\\\" data-id=\\\"79f69de0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"89\\\" height=\\\"62\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/serv-icon.png\\\" class=\\\"attachment-full size-full wp-image-211\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-243974a0 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"243974a0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Storage &amp; Insurance<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjNlODgzN2Y2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50LiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNiIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiIsImFsaWduX21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-16aa3568 elementor-align-left elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"16aa3568\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-48eecbf1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"48eecbf1\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-46d7aac4 elementor-invisible\\\" data-id=\\\"46d7aac4\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7f3edf53 elementor-widget elementor-widget-image\\\" data-id=\\\"7f3edf53\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"85\\\" height=\\\"76\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/three.png\\\" class=\\\"attachment-full size-full wp-image-212\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7a2467c1 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7a2467c1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Smart Logistics<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjRhNmQzNmIyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIGFwZXJpYW0uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI2IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ25fbW9iaWxlIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-1aee6e31 elementor-align-left elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"1aee6e31\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1dcda4a5 elementor-invisible\\\" data-id=\\\"1dcda4a5\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-35ca129a elementor-widget elementor-widget-image\\\" data-id=\\\"35ca129a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"70\\\" height=\\\"64\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/crane.png\\\" class=\\\"attachment-full size-full wp-image-213\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c349949 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"4c349949\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Forwarding &amp; Distribution<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6Ijc0MWUwNzQzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50LiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNiIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiIsImFsaWduX21vYmlsZSI6ImNlbnRlciJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-54d4a7d7 elementor-align-left elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"54d4a7d7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-cdf4c95 elementor-invisible\\\" data-id=\\\"cdf4c95\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2b8e6419 elementor-widget elementor-widget-image\\\" data-id=\\\"2b8e6419\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"78\\\" height=\\\"68\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boxes.png\\\" class=\\\"attachment-full size-full wp-image-214\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5bb6ce8 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5bb6ce8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Custom Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjYyMWNmOWVhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvci4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjYiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4iLCJhbGlnbl9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-32ab32d1 elementor-align-left elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"32ab32d1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3c896ee3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3c896ee3\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-53fc4e75\\\" data-id=\\\"53fc4e75\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4a4dc54b elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"4a4dc54b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Tailored Logistic Services<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-78b5c62c elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"78b5c62c\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1c00d09a elementor-invisible\\\" data-id=\\\"1c00d09a\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5003a29c elementor-widget elementor-widget-image\\\" data-id=\\\"5003a29c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/wheels-of-the-airplane-P2MEJ5J-rd932os8i48bz4d0s7iiu0ypr2nje0j99hu68r7u56.jpg\\\" title=\\\"wheels-of-the-airplane-P2MEJ5J.jpg\\\" alt=\\\"wheels-of-the-airplane-P2MEJ5J.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-70d4fbf7 elementor-widget elementor-widget-heading\\\" data-id=\\\"70d4fbf7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Air Freight Forwarding<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-704d56e9 elementor-invisible\\\" data-id=\\\"704d56e9\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-34cde533 elementor-widget elementor-widget-image\\\" data-id=\\\"34cde533\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235y4xeqk38fag63qof437m3gz5fiiu07e3w4a.jpg\\\" title=\\\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\\\" alt=\\\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-716b4c61 elementor-widget elementor-widget-heading\\\" data-id=\\\"716b4c61\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Smart Logistics<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-3238d64e elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3238d64e\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-47a9ba95 elementor-invisible\\\" data-id=\\\"47a9ba95\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-14146cf2 elementor-widget elementor-widget-image\\\" data-id=\\\"14146cf2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/warehouse-man-worker-with-forklift-PR3WQUR-rd93243sbrg0vp724ykqb66kolhgoo95unhhoo2hy2.jpg\\\" title=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" alt=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1110ac35 elementor-widget elementor-widget-heading\\\" data-id=\\\"1110ac35\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Storage and Delayed Shipping<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d34ae54 elementor-invisible\\\" data-id=\\\"4d34ae54\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2325a160 elementor-widget elementor-widget-image\\\" data-id=\\\"2325a160\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251milhb7b5ozgzcvny19zctwdcw6s4z5y13ru.jpg\\\" title=\\\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\\\" alt=\\\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-aa93736 elementor-widget elementor-widget-heading\\\" data-id=\\\"aa93736\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Transportation Insurance<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-b9bd044 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"b9bd044\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51e7b373 elementor-invisible\\\" data-id=\\\"51e7b373\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-17f87b61 elementor-widget elementor-widget-image\\\" data-id=\\\"17f87b61\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd932283y3dg8h9sfxrh66nnhtqq9a1p6e6iq45aai.jpg\\\" title=\\\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\\\" alt=\\\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1f3c4faf elementor-widget elementor-widget-heading\\\" data-id=\\\"1f3c4faf\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Warehousing &amp; Fulfillment<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4c8c0f91 elementor-invisible\\\" data-id=\\\"4c8c0f91\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e8a0dbc elementor-widget elementor-widget-image\\\" data-id=\\\"4e8a0dbc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/red-truck-on-the-road-PY8RVLW-rd934usu9d74qr7p4n8k2z9z21z04w4z87zh2q05sq.jpg\\\" title=\\\"red-truck-on-the-road-PY8RVLW.jpg\\\" alt=\\\"red-truck-on-the-road-PY8RVLW.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-284cce6b elementor-widget elementor-widget-heading\\\" data-id=\\\"284cce6b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Individual Cargo<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7828c098 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"7828c098\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-38fd40d0 elementor-hidden-phone elementor-hidden-tablet\\\" data-id=\\\"38fd40d0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3ccd0663\\\" data-id=\\\"3ccd0663\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1f64dbf2 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1f64dbf2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Freight Shipping Made Easy<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-59a30031 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"59a30031\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Get free quotes 24 hrs a day 7 days a week<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-573ec010 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"573ec010\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(1438,194,'_eael_post_view_count','47'),
(1439,197,'_eael_post_view_count','42'),
(1440,240,'footnotes',''),
(1441,240,'_wp_page_template','elementor_canvas'),
(1442,240,'_elementor_edit_mode','builder'),
(1443,240,'_elementor_template_type','wp-page'),
(1444,240,'_elementor_version','3.32.4'),
(1445,240,'_elementor_pro_version','3.18.2'),
(1446,240,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1447,240,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1448,240,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1449,240,'_elementor_conditions','a:0:{}'),
(1450,240,'_elementor_css','a:6:{s:4:\"time\";i:1760711412;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1451,240,'_elementor_element_cache','{\"timeout\":1760797812,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1452,241,'footnotes',''),
(1453,241,'_wp_page_template','elementor_canvas'),
(1454,241,'_elementor_edit_mode','builder'),
(1455,241,'_elementor_template_type','wp-page'),
(1456,241,'_elementor_version','3.32.4'),
(1457,241,'_elementor_pro_version','3.18.2'),
(1458,241,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1459,241,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1460,241,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#161616\",\"color_menu_item_hover\":\"#00AFF5\",\"color_menu_item_active\":\"#00AFF5\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FF730C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Quote\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1461,241,'_elementor_conditions','a:0:{}'),
(1462,241,'_elementor_css','a:6:{s:4:\"time\";i:1760711412;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1463,241,'_elementor_element_cache','{\"timeout\":1760797812,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1464,242,'footnotes',''),
(1465,242,'_wp_page_template','elementor_canvas'),
(1466,242,'_elementor_edit_mode','builder'),
(1467,242,'_elementor_template_type','wp-page'),
(1468,242,'_elementor_version','3.32.4'),
(1469,242,'_elementor_pro_version','3.18.2'),
(1470,242,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1471,242,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}');
INSERT INTO `wpr1_postmeta` VALUES
(1472,242,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1473,242,'_elementor_conditions','a:0:{}'),
(1474,242,'_elementor_css','a:6:{s:4:\"time\";i:1760711412;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1475,242,'_elementor_element_cache','{\"timeout\":1760797812,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMDBBRkY1IiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Request a Quote</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1478,243,'footnotes',''),
(1479,243,'_wp_page_template','elementor_canvas'),
(1480,243,'_elementor_edit_mode','builder'),
(1481,243,'_elementor_template_type','wp-page'),
(1482,243,'_elementor_version','3.32.4'),
(1483,243,'_elementor_pro_version','3.18.2'),
(1484,243,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1485,243,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1486,243,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1487,243,'_elementor_conditions','a:0:{}'),
(1488,243,'_elementor_css','a:6:{s:4:\"time\";i:1760713084;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1489,243,'_elementor_element_cache','{\"timeout\":1760799484,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1490,244,'footnotes',''),
(1491,244,'_wp_page_template','elementor_canvas'),
(1492,244,'_elementor_edit_mode','builder'),
(1493,244,'_elementor_template_type','wp-page'),
(1494,244,'_elementor_version','3.32.4'),
(1495,244,'_elementor_pro_version','3.18.2'),
(1496,244,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1497,244,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1498,244,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1499,244,'_elementor_conditions','a:0:{}'),
(1500,244,'_elementor_css','a:6:{s:4:\"time\";i:1760713084;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1501,244,'_elementor_element_cache','{\"timeout\":1760799484,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1502,245,'footnotes',''),
(1503,245,'_wp_page_template','elementor_canvas'),
(1504,245,'_elementor_edit_mode','builder'),
(1505,245,'_elementor_template_type','wp-page'),
(1506,245,'_elementor_version','3.32.4'),
(1507,245,'_elementor_pro_version','3.18.2'),
(1508,245,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1509,245,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1510,245,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF75\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1511,245,'_elementor_conditions','a:0:{}'),
(1512,245,'_elementor_css','a:6:{s:4:\"time\";i:1760713084;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1513,245,'_elementor_element_cache','{\"timeout\":1760799484,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1516,246,'footnotes',''),
(1517,246,'_wp_page_template','elementor_canvas'),
(1518,246,'_elementor_edit_mode','builder'),
(1519,246,'_elementor_template_type','wp-page'),
(1520,246,'_elementor_version','3.32.4'),
(1521,246,'_elementor_pro_version','3.18.2'),
(1522,246,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1523,246,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1524,246,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF75\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1525,246,'_elementor_conditions','a:0:{}'),
(1526,246,'_elementor_css','a:6:{s:4:\"time\";i:1760716227;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1527,246,'_elementor_element_cache','{\"timeout\":1760802628,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1528,247,'footnotes',''),
(1529,247,'_wp_page_template','elementor_canvas'),
(1530,247,'_elementor_edit_mode','builder'),
(1531,247,'_elementor_template_type','wp-page'),
(1532,247,'_elementor_version','3.32.4'),
(1533,247,'_elementor_pro_version','3.18.2'),
(1534,247,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1535,247,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1536,247,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF75\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1537,247,'_elementor_conditions','a:0:{}'),
(1538,247,'_elementor_css','a:6:{s:4:\"time\";i:1760716227;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1539,247,'_elementor_element_cache','{\"timeout\":1760802628,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1540,248,'footnotes',''),
(1541,248,'_wp_page_template','elementor_canvas'),
(1542,248,'_elementor_edit_mode','builder'),
(1543,248,'_elementor_template_type','wp-page'),
(1544,248,'_elementor_version','3.32.4'),
(1545,248,'_elementor_pro_version','3.18.2'),
(1546,248,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1547,248,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}');
INSERT INTO `wpr1_postmeta` VALUES
(1548,248,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1549,248,'_elementor_conditions','a:0:{}'),
(1550,248,'_elementor_css','a:6:{s:4:\"time\";i:1760716227;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1551,248,'_elementor_element_cache','{\"timeout\":1760802628,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-7d8a4a8b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7d8a4a8b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123, New Lenox, Chicago, IL, 60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">info@yoursite.com</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1552,249,'_wp_attached_file','2025/10/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png'),
(1553,249,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:49:\"2025/10/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\";s:8:\"filesize\";i:2747836;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_50_45-PM-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93026;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"ChatGPT-Image-Oct-17-2025-09_50_45-PM-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1153841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_50_45-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Oct-17-2025-09_50_45-PM-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:669076;}s:24:\"elementor_custom_770x436\";a:4:{s:4:\"file\";s:101:\"elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\";s:5:\"width\";i:770;s:6:\"height\";i:436;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1556,251,'_wp_attached_file','2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png'),
(1557,251,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:51:\"2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\";s:8:\"filesize\";i:1344907;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140085;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40343;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:824119;}s:25:\"elementor_custom_1170x436\";a:4:{s:4:\"file\";s:103:\"elementor/thumbs/Gemini_Generated_Image_ytvt7eytvt7eytvt-rdciazqfjxuwdeufw983xdo98e6srlsjan20k7tzpk.png\";s:5:\"width\";i:1170;s:6:\"height\";i:436;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1558,252,'footnotes',''),
(1559,252,'_wp_page_template','elementor_canvas'),
(1560,252,'_elementor_edit_mode','builder'),
(1561,252,'_elementor_template_type','wp-page'),
(1562,252,'_elementor_version','3.32.4'),
(1563,252,'_elementor_pro_version','3.18.2'),
(1564,252,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1565,252,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1566,252,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1567,252,'_elementor_conditions','a:0:{}'),
(1568,253,'footnotes',''),
(1569,253,'_wp_page_template','elementor_canvas'),
(1570,253,'_elementor_edit_mode','builder'),
(1571,253,'_elementor_template_type','wp-page'),
(1572,253,'_elementor_version','3.32.4'),
(1573,253,'_elementor_pro_version','3.18.2'),
(1574,253,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1575,253,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1576,253,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d8a4a8b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1170\",\"height\":\"436\"},\"_margin\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1577,253,'_elementor_conditions','a:0:{}'),
(1578,254,'footnotes',''),
(1579,254,'_wp_page_template','elementor_canvas'),
(1580,254,'_elementor_edit_mode','builder'),
(1581,254,'_elementor_template_type','wp-page'),
(1582,254,'_elementor_version','3.32.4'),
(1583,254,'_elementor_pro_version','3.18.2'),
(1584,254,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1585,254,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1586,254,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1587,254,'_elementor_conditions','a:0:{}'),
(1590,256,'_wp_attached_file','2025/12/Artboard-8@4x-8.png'),
(1591,256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:360;s:4:\"file\";s:27:\"2025/12/Artboard-8@4x-8.png\";s:8:\"filesize\";i:14087;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Artboard-8@4x-8-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7654;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Artboard-8@4x-8-1024x307.png\";s:5:\"width\";i:1024;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-8@4x-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5075;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Artboard-8@4x-8-768x230.png\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1592,257,'footnotes',''),
(1593,257,'_wp_page_template','elementor_canvas'),
(1594,257,'_elementor_edit_mode','builder'),
(1595,257,'_elementor_template_type','wp-page'),
(1596,257,'_elementor_version','3.32.4'),
(1597,257,'_elementor_pro_version','3.18.2'),
(1598,257,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1599,257,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1600,257,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1601,257,'_elementor_conditions','a:0:{}'),
(1602,257,'_elementor_css','a:6:{s:4:\"time\";i:1760718618;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1603,257,'_elementor_element_cache','{\"timeout\":1764947281,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1604,258,'footnotes',''),
(1605,258,'_wp_page_template','elementor_canvas'),
(1606,258,'_elementor_edit_mode','builder'),
(1607,258,'_elementor_template_type','wp-page'),
(1608,258,'_elementor_version','3.32.4'),
(1609,258,'_elementor_pro_version','3.18.2'),
(1610,258,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1611,258,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1612,258,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Artboard-8@4x-8-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#f46464\",\"color_menu_item_active\":\"#f46464\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#f46464\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1613,258,'_elementor_conditions','a:0:{}'),
(1614,258,'_elementor_css','a:6:{s:4:\"time\";i:1760718618;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1615,258,'_elementor_element_cache','{\"timeout\":1764947281,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1616,259,'footnotes',''),
(1617,259,'_wp_page_template','elementor_canvas'),
(1618,259,'_elementor_edit_mode','builder'),
(1619,259,'_elementor_template_type','wp-page'),
(1620,259,'_elementor_version','3.32.4'),
(1621,259,'_elementor_pro_version','3.18.2'),
(1622,259,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1623,259,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1624,259,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1625,259,'_elementor_conditions','a:0:{}'),
(1626,259,'_elementor_css','a:6:{s:4:\"time\";i:1760718618;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1627,259,'_elementor_element_cache','{\"timeout\":1764947281,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" class=\"attachment-full size-full wp-image-181\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZjQ2NDY0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNmNDY0NjQiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1628,260,'footnotes',''),
(1629,260,'_wp_page_template','elementor_canvas'),
(1630,260,'_elementor_edit_mode','builder'),
(1631,260,'_elementor_template_type','wp-page'),
(1632,260,'_elementor_version','3.32.4'),
(1633,260,'_elementor_pro_version','3.18.2'),
(1634,260,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1635,260,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1636,260,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1637,260,'_elementor_conditions','a:0:{}'),
(1638,261,'footnotes',''),
(1639,261,'_wp_page_template','elementor_canvas'),
(1640,261,'_elementor_edit_mode','builder'),
(1641,261,'_elementor_template_type','wp-page'),
(1642,261,'_elementor_version','3.32.4'),
(1643,261,'_elementor_pro_version','3.18.2'),
(1644,261,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1645,261,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}');
INSERT INTO `wpr1_postmeta` VALUES
(1646,261,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1647,261,'_elementor_conditions','a:0:{}'),
(1648,262,'footnotes',''),
(1649,262,'_wp_page_template','elementor_canvas'),
(1650,262,'_elementor_edit_mode','builder'),
(1651,262,'_elementor_template_type','wp-page'),
(1652,262,'_elementor_version','3.32.4'),
(1653,262,'_elementor_pro_version','3.18.2'),
(1654,262,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1655,262,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1656,262,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":16,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1657,262,'_elementor_conditions','a:0:{}'),
(1660,263,'footnotes',''),
(1661,263,'_wp_page_template','elementor_canvas'),
(1662,263,'_elementor_edit_mode','builder'),
(1663,263,'_elementor_template_type','wp-page'),
(1664,263,'_elementor_version','3.32.4'),
(1665,263,'_elementor_pro_version','3.18.2'),
(1666,263,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1667,263,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1668,263,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":16,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1669,263,'_elementor_conditions','a:0:{}'),
(1670,263,'_elementor_css','a:6:{s:4:\"time\";i:1764931871;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1671,263,'_elementor_element_cache','{\"timeout\":1765018271,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZDQ5NDJjIiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1672,264,'footnotes',''),
(1673,264,'_wp_page_template','elementor_canvas'),
(1674,264,'_elementor_edit_mode','builder'),
(1675,264,'_elementor_template_type','wp-page'),
(1676,264,'_elementor_version','3.32.4'),
(1677,264,'_elementor_pro_version','3.18.2'),
(1678,264,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1679,264,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1680,264,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":16.184,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"vw\",\"size\":16,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":54.217,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1681,264,'_elementor_conditions','a:0:{}'),
(1682,264,'_elementor_css','a:6:{s:4:\"time\";i:1764931871;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1683,264,'_elementor_element_cache','{\"timeout\":1765018271,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZDQ5NDJjIiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1684,265,'footnotes',''),
(1685,265,'_wp_page_template','elementor_canvas'),
(1686,265,'_elementor_edit_mode','builder'),
(1687,265,'_elementor_template_type','wp-page'),
(1688,265,'_elementor_version','3.32.4'),
(1689,265,'_elementor_pro_version','3.18.2'),
(1690,265,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1691,265,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1692,265,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1693,265,'_elementor_conditions','a:0:{}'),
(1694,265,'_elementor_css','a:6:{s:4:\"time\";i:1764931871;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1695,265,'_elementor_element_cache','{\"timeout\":1765018271,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZDQ5NDJjIiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1698,180,'_wp_old_date','2025-10-17'),
(1699,192,'_wp_old_date','2025-10-17'),
(1700,195,'_wp_old_date','2025-10-17'),
(1701,198,'_wp_old_date','2025-10-17'),
(1702,201,'_wp_old_date','2025-10-17'),
(1703,266,'footnotes',''),
(1704,266,'_wp_page_template','elementor_canvas'),
(1705,266,'_elementor_edit_mode','builder'),
(1706,266,'_elementor_template_type','wp-page'),
(1707,266,'_elementor_version','3.32.4'),
(1708,266,'_elementor_pro_version','3.18.2'),
(1709,266,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1710,266,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1711,266,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1712,266,'_elementor_conditions','a:0:{}'),
(1713,266,'_elementor_css','a:6:{s:4:\"time\";i:1764931923;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1714,266,'_elementor_element_cache','{\"timeout\":1765018323,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZDQ5NDJjIiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1715,267,'footnotes',''),
(1716,267,'_wp_page_template','elementor_canvas'),
(1717,267,'_elementor_edit_mode','builder'),
(1718,267,'_elementor_template_type','wp-page'),
(1719,267,'_elementor_version','3.32.4'),
(1720,267,'_elementor_pro_version','3.18.2'),
(1721,267,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1722,267,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1723,267,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#d4942c\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1724,267,'_elementor_conditions','a:0:{}'),
(1725,267,'_elementor_css','a:6:{s:4:\"time\";i:1764931923;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1726,267,'_elementor_element_cache','{\"timeout\":1765018323,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZDQ5NDJjIiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1727,268,'footnotes',''),
(1728,268,'_wp_page_template','elementor_canvas'),
(1729,268,'_elementor_edit_mode','builder'),
(1730,268,'_elementor_template_type','wp-page'),
(1731,268,'_elementor_version','3.32.4'),
(1732,268,'_elementor_pro_version','3.18.2'),
(1733,268,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1734,268,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}');
INSERT INTO `wpr1_postmeta` VALUES
(1735,268,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1736,268,'_elementor_conditions','a:0:{}'),
(1737,268,'_elementor_css','a:6:{s:4:\"time\";i:1764931923;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1738,268,'_elementor_element_cache','{\"timeout\":1765018323,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZDQ5NDJjIiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1741,269,'_wp_attached_file','2025/12/Gemini_Generated_Image_69v9m069v9m069v9.png'),
(1742,269,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:834;s:6:\"height\";i:544;s:4:\"file\";s:51:\"2025/12/Gemini_Generated_Image_69v9m069v9m069v9.png\";s:8:\"filesize\";i:660913;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Gemini_Generated_Image_69v9m069v9m069v9-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103890;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Gemini_Generated_Image_69v9m069v9m069v9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42359;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Gemini_Generated_Image_69v9m069v9m069v9-768x501.png\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:562838;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1743,270,'footnotes',''),
(1744,270,'_wp_page_template','elementor_canvas'),
(1745,270,'_elementor_edit_mode','builder'),
(1746,270,'_elementor_template_type','wp-page'),
(1747,270,'_elementor_version','3.32.4'),
(1748,270,'_elementor_pro_version','3.18.2'),
(1749,270,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1750,270,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1751,270,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1752,270,'_elementor_conditions','a:0:{}'),
(1753,270,'_elementor_css','a:6:{s:4:\"time\";i:1764936980;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1754,270,'_elementor_element_cache','{\"timeout\":1765023380,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1755,271,'footnotes',''),
(1756,271,'_wp_page_template','elementor_canvas'),
(1757,271,'_elementor_edit_mode','builder'),
(1758,271,'_elementor_template_type','wp-page'),
(1759,271,'_elementor_version','3.32.4'),
(1760,271,'_elementor_pro_version','3.18.2'),
(1761,271,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1762,271,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1763,271,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":182,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1764,271,'_elementor_conditions','a:0:{}'),
(1765,271,'_elementor_css','a:6:{s:4:\"time\";i:1764936980;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1766,271,'_elementor_element_cache','{\"timeout\":1765023380,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1767,272,'footnotes',''),
(1768,272,'_wp_page_template','elementor_canvas'),
(1769,272,'_elementor_edit_mode','builder'),
(1770,272,'_elementor_template_type','wp-page'),
(1771,272,'_elementor_version','3.32.4'),
(1772,272,'_elementor_pro_version','3.18.2'),
(1773,272,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1774,272,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1775,272,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1776,272,'_elementor_conditions','a:0:{}'),
(1777,272,'_elementor_css','a:6:{s:4:\"time\";i:1764936980;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1778,272,'_elementor_element_cache','{\"timeout\":1765023380,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1779,273,'_wp_attached_file','2025/12/Artboard-11@4x-8.png'),
(1780,273,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:374;s:4:\"file\";s:28:\"2025/12/Artboard-11@4x-8.png\";s:8:\"filesize\";i:13945;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Artboard-11@4x-8-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7969;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Artboard-11@4x-8-1024x319.png\";s:5:\"width\";i:1024;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35803;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Artboard-11@4x-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4916;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Artboard-11@4x-8-768x239.png\";s:5:\"width\";i:768;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24719;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1781,274,'footnotes',''),
(1782,274,'_wp_page_template','elementor_canvas'),
(1783,274,'_elementor_edit_mode','builder'),
(1784,274,'_elementor_template_type','wp-page'),
(1785,274,'_elementor_version','3.32.4'),
(1786,274,'_elementor_pro_version','3.18.2'),
(1787,274,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1788,274,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1789,274,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1790,274,'_elementor_conditions','a:0:{}'),
(1791,275,'footnotes',''),
(1792,275,'_wp_page_template','elementor_canvas'),
(1793,275,'_elementor_edit_mode','builder'),
(1794,275,'_elementor_template_type','wp-page'),
(1795,275,'_elementor_version','3.32.4'),
(1796,275,'_elementor_pro_version','3.18.2'),
(1797,275,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1798,275,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1799,275,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-8@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"gradient\",\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1800,275,'_elementor_conditions','a:0:{}'),
(1801,276,'footnotes',''),
(1802,276,'_wp_page_template','elementor_canvas'),
(1803,276,'_elementor_edit_mode','builder'),
(1804,276,'_elementor_template_type','wp-page'),
(1805,276,'_elementor_version','3.32.4'),
(1806,276,'_elementor_pro_version','3.18.2'),
(1807,276,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1808,276,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1809,276,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#ec1c24\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1810,276,'_elementor_conditions','a:0:{}'),
(1811,277,'footnotes',''),
(1812,277,'_wp_page_template','elementor_canvas'),
(1813,277,'_elementor_edit_mode','builder'),
(1814,277,'_elementor_template_type','wp-page'),
(1815,277,'_elementor_version','3.32.4'),
(1816,277,'_elementor_pro_version','3.18.2'),
(1817,277,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1818,277,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1819,277,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#ec1c24\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1820,277,'_elementor_conditions','a:0:{}'),
(1821,278,'footnotes',''),
(1822,278,'_wp_page_template','elementor_canvas'),
(1823,278,'_elementor_edit_mode','builder'),
(1824,278,'_elementor_template_type','wp-page'),
(1825,278,'_elementor_version','3.32.4'),
(1826,278,'_elementor_pro_version','3.18.2'),
(1827,278,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1828,278,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}');
INSERT INTO `wpr1_postmeta` VALUES
(1829,278,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#ec1c24\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#d4942c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1830,278,'_elementor_conditions','a:0:{}'),
(1831,279,'footnotes',''),
(1832,279,'_wp_page_template','elementor_canvas'),
(1833,279,'_elementor_edit_mode','builder'),
(1834,279,'_elementor_template_type','wp-page'),
(1835,279,'_elementor_version','3.32.4'),
(1836,279,'_elementor_pro_version','3.18.2'),
(1837,279,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1838,279,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1839,279,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1840,279,'_elementor_conditions','a:0:{}'),
(1843,280,'_elementor_edit_mode','builder'),
(1844,280,'_elementor_template_type','section'),
(1845,280,'_elementor_version','3.32.4'),
(1846,280,'_elementor_pro_version','3.18.2'),
(1847,280,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1848,281,'_elementor_edit_mode','builder'),
(1849,281,'_elementor_template_type','section'),
(1850,281,'_elementor_version','3.32.4'),
(1851,281,'_elementor_pro_version','3.18.2'),
(1852,281,'_elementor_page_settings','a:0:{}'),
(1853,280,'_wp_page_template','default'),
(1854,280,'_elementor_data','[{\"id\":\"32c6ccf6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"4d28db54\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"51f2b2a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"217b37e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bb06a9c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"22740489\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"3366a2b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"3feb61c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f0d8421\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"263ed2cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"477d3ab0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1855,282,'_elementor_edit_mode','builder'),
(1856,282,'_elementor_template_type','section'),
(1857,282,'_elementor_version','3.32.4'),
(1858,282,'_elementor_pro_version','3.18.2'),
(1859,282,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1860,282,'_wp_page_template','default'),
(1861,282,'_elementor_data','[{\"id\":\"32c6ccf6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"4d28db54\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"51f2b2a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"217b37e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bb06a9c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"22740489\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"3366a2b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"3feb61c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f0d8421\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"263ed2cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"477d3ab0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1862,280,'_elementor_page_assets','a:2:{s:6:\"styles\";a:4:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(1863,280,'_eael_custom_js',''),
(1888,285,'footnotes',''),
(1889,285,'_wp_page_template','elementor_canvas'),
(1890,285,'_elementor_edit_mode','builder'),
(1891,285,'_elementor_template_type','wp-page'),
(1892,285,'_elementor_data','[{\"id\":\"22f084ad\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7c98d1f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b48bd1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":17,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f2fc9ed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"61e3f1a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"15a0d02a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7efc2b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a1c8ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12c34ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7027b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ddc649f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48012ffc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c8298a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":20,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"57740328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"347f1b76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b93850a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ab5e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e737007\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"197b2664\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f4fa34d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":23,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"feec030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10f8f88b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":24,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"322c7be\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"687b7139\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\"},\"elements\":[{\"id\":\"1c6048cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49d42ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12c0e5c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"618a68b6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"64f6acda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31db24b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4bab88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acc4c92\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1328290e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a95f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"de4da5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"121be051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d2b031d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39416ef6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"399fc7d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33f350b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"34a93853\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40db96b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6a346c1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"5cca85b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d2a2cad\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5b4fd6a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d5b0124\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1bf2d6af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"48ec37a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c8c59d3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7032e3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f836ae4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1893,285,'_elementor_conditions','a:0:{}'),
(1894,285,'_elementor_version','3.32.4'),
(1895,285,'_elementor_pro_version','3.18.2'),
(1896,285,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1897,285,'_elementor_page_assets','a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:20:\"e-animation-fadeInUp\";i:3;s:14:\"widget-heading\";i:4;s:17:\"e-animation-float\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:16:\"widget-image-box\";i:7;s:23:\"e-animation-fadeInRight\";i:8;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1898,285,'_elementor_element_cache','{\"timeout\":1765018112,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-22f084ad elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"22f084ad\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7c98d1f7\" data-id=\"7c98d1f7\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4b48bd1c elementor-widget elementor-widget-image\" data-id=\"4b48bd1c\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4f2fc9ed elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f2fc9ed\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-61e3f1a3\" data-id=\"61e3f1a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-15a0d02a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"15a0d02a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Fast and Safe Delivery</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-7efc2b0 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7efc2b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">When You Need It and Where You Need It</h5>tttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-60a1c8ee elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"60a1c8ee\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-12c34ac1\" data-id=\"12c34ac1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-5b7027b0 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5b7027b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7ddc649f\" data-id=\"7ddc649f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-48012ffc elementor-invisible elementor-widget elementor-widget-image\" data-id=\"48012ffc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6c8298a9 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6c8298a9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-57740328 elementor-hidden-tablet\" data-id=\"57740328\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-347f1b76 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"347f1b76\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2b93850a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b93850a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8ab5e64\" data-id=\"8ab5e64\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4e737007 elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"4e737007\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" class=\"attachment-full size-full wp-image-22\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Planning Stage</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-197b2664\" data-id=\"197b2664\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7f4fa34d elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"7f4fa34d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" class=\"attachment-full size-full wp-image-23\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Packing &amp; Loading</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-feec030\" data-id=\"feec030\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-10f8f88b elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"10f8f88b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" class=\"attachment-full size-full wp-image-24\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Delivering</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-322c7be elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"322c7be\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-687b7139\" data-id=\"687b7139\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1c6048cc elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1c6048cc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Next Day Delivery for Your Business</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-49d42ff3 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"49d42ff3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-12c0e5c1 elementor-align-center elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"12c0e5c1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">View Our Courier</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-618a68b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"618a68b6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-64f6acda\" data-id=\"64f6acda\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-31db24b9 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"31db24b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4bab88d\" data-id=\"4bab88d\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2acc4c92 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2acc4c92\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjEzMjgyOTBlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIER1aXMgYXV0ZSAgXG5kb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlLiB4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWFsLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1NyIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzg1IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiYWxpZ24iOiJsZWZ0IiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-642a95f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"642a95f9\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-de4da5a\" data-id=\"de4da5a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-121be051 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"121be051\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Testimonials</h4>tttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3d2b031d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3d2b031d\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-39416ef6 elementor-invisible\" data-id=\"39416ef6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjM5OWZjN2Q3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbmN0ZXR1ciBhZGlwaXNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbS4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsImFsaWduIjoibGVmdCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-33f350b0 animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"33f350b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-34a93853 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"34a93853\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Anthony Mead</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-40db96b3 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"40db96b3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Doctor, AR</h6>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6a346c1b elementor-invisible\" data-id=\"6a346c1b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjVjY2E4NWI4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiRHVpcyBhdXRlbSB2ZWwgZXVtIGlyaXVyZSBkb2xvciBcbmluIGhlbmRyZXJpdCBpbiB2dWxwdXRhdGUgdmVsaXQgXG5lc3NlIG1vbGVzdGllIGNvbnNlcXVhdCwgdmVsIFxuaWxsdW0gZG9sb3JlIGV1IGZldWdpYXQgbnVsbGEgXG5mYWNpbGlzaXMgYXQgdmVybyBlcm9zIGV0IFxuYWNjdW1zYW4gZXQgaXVzdG8gb2RpbyBkaWduaXNcbnNpbSBxdWkgYmxhbmRpdCBwcmVzZW50LiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiYWxpZ24iOiJsZWZ0IiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt<div class=\"elementor-element elementor-element-7d2a2cad animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"7d2a2cad\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-5b4fd6a1 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5b4fd6a1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Miranda Atkins</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-2d5b0124 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2d5b0124\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Teacher, NY</h6>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1bf2d6af elementor-invisible\" data-id=\"1bf2d6af\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjQ4ZWMzN2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJVdCB3aXNpIGVuaW0gYWQgbWluaW0gdmVuaWFtLCBcbnF1aXMgbm9zdHJ1ZCBleGVyY2kgdGF0aW9uIFxudWxsYW1jb3JwZXIgc3VzY2lwaXQgbG9ib3J0aXMgXG5uaXNsIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kby4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsImFsaWduIjoibGVmdCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-3c8c59d3 animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"3c8c59d3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-7032e3df elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7032e3df\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Stiven Woods</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-2f836ae4 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2f836ae4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Manager, WDC</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1899,286,'footnotes',''),
(1900,286,'_wp_page_template','elementor_canvas'),
(1901,286,'_elementor_edit_mode','builder'),
(1902,286,'_elementor_template_type','wp-page'),
(1903,286,'_elementor_data','[{\"id\":\"22f084ad\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7c98d1f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b48bd1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":17,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f2fc9ed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"61e3f1a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"15a0d02a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7efc2b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a1c8ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12c34ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7027b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ddc649f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48012ffc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c8298a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":20,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"57740328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"347f1b76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b93850a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ab5e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e737007\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"197b2664\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f4fa34d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":23,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"feec030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10f8f88b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":24,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"322c7be\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"687b7139\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\"},\"elements\":[{\"id\":\"1c6048cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49d42ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12c0e5c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"618a68b6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"64f6acda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31db24b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4bab88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acc4c92\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1328290e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a95f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"de4da5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"121be051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d2b031d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39416ef6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"399fc7d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33f350b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"34a93853\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40db96b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6a346c1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"5cca85b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d2a2cad\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5b4fd6a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d5b0124\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1bf2d6af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"48ec37a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c8c59d3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7032e3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f836ae4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1904,286,'_elementor_conditions','a:0:{}'),
(1905,286,'_elementor_version','3.32.4'),
(1906,286,'_elementor_pro_version','3.18.2'),
(1907,286,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1908,286,'_elementor_page_assets','a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:20:\"e-animation-fadeInUp\";i:3;s:14:\"widget-heading\";i:4;s:17:\"e-animation-float\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:16:\"widget-image-box\";i:7;s:23:\"e-animation-fadeInRight\";i:8;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1909,286,'_elementor_element_cache','{\"timeout\":1765018112,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-22f084ad elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"22f084ad\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7c98d1f7\" data-id=\"7c98d1f7\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4b48bd1c elementor-widget elementor-widget-image\" data-id=\"4b48bd1c\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4f2fc9ed elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f2fc9ed\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-61e3f1a3\" data-id=\"61e3f1a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-15a0d02a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"15a0d02a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Fast and Safe Delivery</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-7efc2b0 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7efc2b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">When You Need It and Where You Need It</h5>tttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-60a1c8ee elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"60a1c8ee\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-12c34ac1\" data-id=\"12c34ac1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-5b7027b0 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5b7027b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7ddc649f\" data-id=\"7ddc649f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-48012ffc elementor-invisible elementor-widget elementor-widget-image\" data-id=\"48012ffc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6c8298a9 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6c8298a9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-57740328 elementor-hidden-tablet\" data-id=\"57740328\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-347f1b76 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"347f1b76\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2b93850a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b93850a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8ab5e64\" data-id=\"8ab5e64\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4e737007 elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"4e737007\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" class=\"attachment-full size-full wp-image-22\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Planning Stage</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-197b2664\" data-id=\"197b2664\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7f4fa34d elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"7f4fa34d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" class=\"attachment-full size-full wp-image-23\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Packing &amp; Loading</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-feec030\" data-id=\"feec030\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-10f8f88b elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"10f8f88b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" class=\"attachment-full size-full wp-image-24\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Delivering</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-322c7be elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"322c7be\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-687b7139\" data-id=\"687b7139\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1c6048cc elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1c6048cc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Next Day Delivery for Your Business</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-49d42ff3 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"49d42ff3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-12c0e5c1 elementor-align-center elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"12c0e5c1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">View Our Courier</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-618a68b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"618a68b6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-64f6acda\" data-id=\"64f6acda\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-31db24b9 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"31db24b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4bab88d\" data-id=\"4bab88d\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2acc4c92 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2acc4c92\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjEzMjgyOTBlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIER1aXMgYXV0ZSAgXG5kb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlLiB4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWFsLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1NyIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzg1IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiYWxpZ24iOiJsZWZ0IiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-642a95f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"642a95f9\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-de4da5a\" data-id=\"de4da5a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-121be051 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"121be051\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Testimonials</h4>tttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3d2b031d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3d2b031d\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-39416ef6 elementor-invisible\" data-id=\"39416ef6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjM5OWZjN2Q3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbmN0ZXR1ciBhZGlwaXNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbS4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsImFsaWduIjoibGVmdCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-33f350b0 animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"33f350b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-34a93853 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"34a93853\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Anthony Mead</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-40db96b3 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"40db96b3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Doctor, AR</h6>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6a346c1b elementor-invisible\" data-id=\"6a346c1b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjVjY2E4NWI4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiRHVpcyBhdXRlbSB2ZWwgZXVtIGlyaXVyZSBkb2xvciBcbmluIGhlbmRyZXJpdCBpbiB2dWxwdXRhdGUgdmVsaXQgXG5lc3NlIG1vbGVzdGllIGNvbnNlcXVhdCwgdmVsIFxuaWxsdW0gZG9sb3JlIGV1IGZldWdpYXQgbnVsbGEgXG5mYWNpbGlzaXMgYXQgdmVybyBlcm9zIGV0IFxuYWNjdW1zYW4gZXQgaXVzdG8gb2RpbyBkaWduaXNcbnNpbSBxdWkgYmxhbmRpdCBwcmVzZW50LiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiYWxpZ24iOiJsZWZ0IiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt<div class=\"elementor-element elementor-element-7d2a2cad animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"7d2a2cad\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-5b4fd6a1 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5b4fd6a1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Miranda Atkins</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-2d5b0124 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2d5b0124\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Teacher, NY</h6>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1bf2d6af elementor-invisible\" data-id=\"1bf2d6af\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjQ4ZWMzN2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJVdCB3aXNpIGVuaW0gYWQgbWluaW0gdmVuaWFtLCBcbnF1aXMgbm9zdHJ1ZCBleGVyY2kgdGF0aW9uIFxudWxsYW1jb3JwZXIgc3VzY2lwaXQgbG9ib3J0aXMgXG5uaXNsIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kby4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsImFsaWduIjoibGVmdCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-3c8c59d3 animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"3c8c59d3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-7032e3df elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7032e3df\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Stiven Woods</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-2f836ae4 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2f836ae4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Manager, WDC</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1910,287,'footnotes',''),
(1911,287,'_wp_page_template','default'),
(1912,287,'_elementor_edit_mode','builder'),
(1913,287,'_elementor_template_type','wp-page'),
(1914,287,'_elementor_data','[{\"id\":\"34a37a48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"116e5ad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"452f7be3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"79b63df5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cfc5240\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"1d10e6de\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"16f3c27f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"26a1fa19\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33d0e069\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"7586d519\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7d85900b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22f084ad\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7c98d1f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b48bd1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":17,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1920\",\"height\":\"561\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f2fc9ed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"117\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"61e3f1a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"15a0d02a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fast and Safe Delivery\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7efc2b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"header_size\":\"h5\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a1c8ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12c34ac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7027b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ddc649f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48012ffc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":19,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c8298a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":20,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"275\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"57740328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"347f1b76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":21,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"580\"},\"link_to\":\"file\",\"open_lightbox\":\"yes\",\"hover_animation\":\"float\",\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b93850a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ab5e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e737007\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\"},\"title_text\":\"Planning Stage\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"197b2664\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f4fa34d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":23,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\"},\"title_text\":\"Packing & Loading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":200,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"feec030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10f8f88b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":24,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\"},\"title_text\":\"Delivering\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"image_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#6A6A6A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_space_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_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\":false},\"_animation_delay\":400,\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"322c7be\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"133\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"687b7139\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"align\":\"center\"},\"elements\":[{\"id\":\"1c6048cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49d42ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12c0e5c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Courier\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"618a68b6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"64f6acda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31db24b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":25,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/packing-process-VQ5BHHD-e1594819271899.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4bab88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acc4c92\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1328290e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \\ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"385\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a95f9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"de4da5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"121be051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d2b031d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39416ef6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"399fc7d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33f350b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"34a93853\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anthony Mead\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40db96b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Doctor, AR\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6a346c1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"5cca85b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Duis autem vel eum iriure dolor \\nin hendrerit in vulputate velit \\nesse molestie consequat, vel \\nillum dolore eu feugiat nulla \\nfacilisis at vero eros et \\naccumsan et iusto odio dignis\\nsim qui blandit present.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d2a2cad\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5b4fd6a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Miranda Atkins\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d5b0124\",\"elType\":\"widget\",\"settings\":{\"title\":\"Teacher, NY\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1bf2d6af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":26,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"background_overlay_position\":\"initial\",\"background_overlay_position_tablet\":\"initial\",\"background_overlay_position_mobile\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"%\",\"size\":7,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_mobile\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"50\",\"bottom\":\"68\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"48ec37a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ut wisi enim ad minim veniam, \\nquis nostrud exerci tation \\nullamcorper suscipit lobortis \\nnisl ut aliquip ex ea commodo.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c8c59d3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":229,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#EFF2F4\",\"weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"_animation_tablet\":\"fadeIn\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7032e3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Stiven Woods\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f836ae4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manager, WDC\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1915,287,'_elementor_conditions','a:0:{}'),
(1916,287,'_elementor_version','3.32.4'),
(1917,287,'_elementor_pro_version','3.18.2'),
(1918,287,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1919,287,'_elementor_page_assets','a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:20:\"e-animation-fadeInUp\";i:3;s:14:\"widget-heading\";i:4;s:17:\"e-animation-float\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:16:\"widget-image-box\";i:7;s:23:\"e-animation-fadeInRight\";i:8;s:14:\"widget-divider\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1920,287,'_elementor_element_cache','{\"timeout\":1765018112,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-22f084ad elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"22f084ad\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7c98d1f7\" data-id=\"7c98d1f7\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4b48bd1c elementor-widget elementor-widget-image\" data-id=\"4b48bd1c\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4f2fc9ed elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f2fc9ed\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-61e3f1a3\" data-id=\"61e3f1a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-15a0d02a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"15a0d02a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Fast and Safe Delivery</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-7efc2b0 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7efc2b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">When You Need It and Where You Need It</h5>tttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-60a1c8ee elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"60a1c8ee\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-12c34ac1\" data-id=\"12c34ac1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-5b7027b0 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5b7027b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7ddc649f\" data-id=\"7ddc649f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-48012ffc elementor-invisible elementor-widget elementor-widget-image\" data-id=\"48012ffc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6c8298a9 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6c8298a9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-57740328 elementor-hidden-tablet\" data-id=\"57740328\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-347f1b76 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"347f1b76\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">ntttttttttttttttt<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">nttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" class=\"elementor-animation-float\" loading=\"lazy\" />tttttttt</a>nttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2b93850a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b93850a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8ab5e64\" data-id=\"8ab5e64\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4e737007 elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"4e737007\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" class=\"attachment-full size-full wp-image-22\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Planning Stage</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-197b2664\" data-id=\"197b2664\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7f4fa34d elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"7f4fa34d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" class=\"attachment-full size-full wp-image-23\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Packing &amp; Loading</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-feec030\" data-id=\"feec030\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-10f8f88b elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"10f8f88b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" class=\"attachment-full size-full wp-image-24\" alt=\"\" /></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\">Delivering</div><p class=\"elementor-image-box-description\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p></div></div>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-322c7be elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"322c7be\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-687b7139\" data-id=\"687b7139\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-1c6048cc elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1c6048cc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Next Day Delivery for Your Business</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-49d42ff3 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"49d42ff3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-12c0e5c1 elementor-align-center elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"12c0e5c1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">View Our Courier</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-618a68b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"618a68b6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-64f6acda\" data-id=\"64f6acda\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-31db24b9 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"31db24b9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4bab88d\" data-id=\"4bab88d\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-2acc4c92 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2acc4c92\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjEzMjgyOTBlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIER1aXMgYXV0ZSAgXG5kb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlLiB4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWFsLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1NyIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzg1IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiYWxpZ24iOiJsZWZ0IiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-642a95f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"642a95f9\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-de4da5a\" data-id=\"de4da5a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-121be051 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"121be051\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Testimonials</h4>tttt</div>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3d2b031d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3d2b031d\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-39416ef6 elementor-invisible\" data-id=\"39416ef6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjM5OWZjN2Q3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbmN0ZXR1ciBhZGlwaXNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbS4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsImFsaWduIjoibGVmdCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-33f350b0 animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"33f350b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-34a93853 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"34a93853\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Anthony Mead</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-40db96b3 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"40db96b3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Doctor, AR</h6>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6a346c1b elementor-invisible\" data-id=\"6a346c1b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjVjY2E4NWI4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiRHVpcyBhdXRlbSB2ZWwgZXVtIGlyaXVyZSBkb2xvciBcbmluIGhlbmRyZXJpdCBpbiB2dWxwdXRhdGUgdmVsaXQgXG5lc3NlIG1vbGVzdGllIGNvbnNlcXVhdCwgdmVsIFxuaWxsdW0gZG9sb3JlIGV1IGZldWdpYXQgbnVsbGEgXG5mYWNpbGlzaXMgYXQgdmVybyBlcm9zIGV0IFxuYWNjdW1zYW4gZXQgaXVzdG8gb2RpbyBkaWduaXNcbnNpbSBxdWkgYmxhbmRpdCBwcmVzZW50LiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiYWxpZ24iOiJsZWZ0IiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt<div class=\"elementor-element elementor-element-7d2a2cad animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"7d2a2cad\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-5b4fd6a1 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5b4fd6a1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Miranda Atkins</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-2d5b0124 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2d5b0124\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Teacher, NY</h6>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1bf2d6af elementor-invisible\" data-id=\"1bf2d6af\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjQ4ZWMzN2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJVdCB3aXNpIGVuaW0gYWQgbWluaW0gdmVuaWFtLCBcbnF1aXMgbm9zdHJ1ZCBleGVyY2kgdGF0aW9uIFxudWxsYW1jb3JwZXIgc3VzY2lwaXQgbG9ib3J0aXMgXG5uaXNsIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kby4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsImFsaWduIjoibGVmdCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-3c8c59d3 animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"3c8c59d3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-7032e3df elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7032e3df\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Stiven Woods</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-2f836ae4 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2f836ae4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Manager, WDC</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1923,288,'footnotes',''),
(1924,288,'_wp_page_template','elementor_canvas'),
(1925,288,'_elementor_edit_mode','builder'),
(1926,288,'_elementor_template_type','wp-page'),
(1927,288,'_elementor_version','3.32.4'),
(1928,288,'_elementor_pro_version','3.18.2'),
(1929,288,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1930,288,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1931,288,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1932,288,'_elementor_conditions','a:0:{}'),
(1933,288,'_elementor_element_cache','{\"timeout\":1765033102,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1934,288,'_elementor_css','a:6:{s:4:\"time\";i:1764947518;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1935,289,'footnotes',''),
(1936,289,'_wp_page_template','elementor_canvas'),
(1937,289,'_elementor_edit_mode','builder'),
(1938,289,'_elementor_template_type','wp-page'),
(1939,289,'_elementor_version','3.32.4'),
(1940,289,'_elementor_pro_version','3.18.2'),
(1941,289,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1942,289,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1943,289,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Can Ship All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Shipping Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Where is Transportation Office located? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Can I estimate the weight of my shipment?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"be45057\"},{\"tab_title\":\"How should I package my freight?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\",\"_id\":\"385fdfd\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"123,Banjarmasin, kalimantan, Indonesia60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1944,289,'_elementor_conditions','a:0:{}'),
(1945,289,'_elementor_element_cache','{\"timeout\":1765033102,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1946,289,'_elementor_css','a:6:{s:4:\"time\";i:1764947518;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1947,290,'footnotes',''),
(1948,290,'_wp_page_template','elementor_canvas'),
(1949,290,'_elementor_edit_mode','builder'),
(1950,290,'_elementor_template_type','wp-page'),
(1951,290,'_elementor_version','3.32.4'),
(1952,290,'_elementor_pro_version','3.18.2'),
(1953,290,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1954,290,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1955,290,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1956,290,'_elementor_conditions','a:0:{}'),
(1957,290,'_elementor_element_cache','{\"timeout\":1765033102,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6affcfbb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6affcfbb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-318c0a78\" data-id=\"318c0a78\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-78779f7b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78779f7b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc0b5eb\" data-id=\"6dc0b5eb\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-ecd0772 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ecd0772\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">We Can Ship All Types of Cargo</h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Shipping Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Where is Transportation Office located? </a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I estimate the weight of my shipment?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">How should I package my freight?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\">Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">123,Banjarmasin, kalimantan, Indonesia60606</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+1234567890\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">(123) 456-78-90</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1958,290,'_elementor_css','a:6:{s:4:\"time\";i:1764947518;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1959,291,'footnotes',''),
(1960,291,'_wp_page_template','elementor_canvas'),
(1961,291,'_elementor_edit_mode','builder'),
(1962,291,'_elementor_template_type','wp-page'),
(1963,291,'_elementor_version','3.32.4'),
(1964,291,'_elementor_pro_version','3.18.2'),
(1965,291,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1966,291,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}');
INSERT INTO `wpr1_postmeta` VALUES
(1967,291,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1968,291,'_elementor_conditions','a:0:{}'),
(1969,292,'footnotes',''),
(1970,292,'_wp_page_template','elementor_canvas'),
(1971,292,'_elementor_edit_mode','builder'),
(1972,292,'_elementor_template_type','wp-page'),
(1973,292,'_elementor_version','3.32.4'),
(1974,292,'_elementor_pro_version','3.18.2'),
(1975,292,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1976,292,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(1977,292,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":149,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/background.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#161616\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1978,292,'_elementor_conditions','a:0:{}'),
(1979,293,'footnotes',''),
(1980,293,'_wp_page_template','elementor_canvas'),
(1981,293,'_elementor_edit_mode','builder'),
(1982,293,'_elementor_template_type','wp-page'),
(1983,293,'_elementor_version','3.32.4'),
(1984,293,'_elementor_pro_version','3.18.2'),
(1985,293,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1986,293,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(1987,293,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(1988,293,'_elementor_conditions','a:0:{}'),
(1999,295,'_wp_attached_file','2025/12/WhatsApp-Image-2025-11-23-at-10.58.19_24e4b3f9.jpg'),
(2000,295,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:591;s:6:\"height\";i:1280;s:4:\"file\";s:58:\"2025/12/WhatsApp-Image-2025-11-23-at-10.58.19_24e4b3f9.jpg\";s:8:\"filesize\";i:88468;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2025-11-23-at-10.58.19_24e4b3f9-139x300.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10307;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"WhatsApp-Image-2025-11-23-at-10.58.19_24e4b3f9-473x1024.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69005;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2025-11-23-at-10.58.19_24e4b3f9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7783;}s:24:\"elementor_custom_770x436\";a:4:{s:4:\"file\";s:110:\"elementor/thumbs/WhatsApp-Image-2025-11-23-at-10.58.19_24e4b3f9-rfpr781svlvb40vgml8jo6s4a857kfpbrs4ntm8ngo.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2001,296,'_wp_attached_file','2025/12/WhatsApp-Image-2025-11-23-at-11.10.13_8b63532f.jpg'),
(2002,296,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:963;s:6:\"height\";i:1280;s:4:\"file\";s:58:\"2025/12/WhatsApp-Image-2025-11-23-at-11.10.13_8b63532f.jpg\";s:8:\"filesize\";i:120279;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2025-11-23-at-11.10.13_8b63532f-226x300.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17115;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"WhatsApp-Image-2025-11-23-at-11.10.13_8b63532f-770x1024.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2025-11-23-at-11.10.13_8b63532f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6866;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"WhatsApp-Image-2025-11-23-at-11.10.13_8b63532f-768x1021.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103533;}s:24:\"elementor_custom_770x436\";a:4:{s:4:\"file\";s:110:\"elementor/thumbs/WhatsApp-Image-2025-11-23-at-11.10.13_8b63532f-rfpr824myb0hfjnrqy8lvz6vak0yer0qjx079fkn7s.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2003,297,'footnotes',''),
(2004,297,'_wp_page_template','elementor_canvas'),
(2005,297,'_elementor_edit_mode','builder'),
(2006,297,'_elementor_template_type','wp-page'),
(2007,297,'_elementor_version','3.32.4'),
(2008,297,'_elementor_pro_version','3.18.2'),
(2009,297,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2010,297,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2011,297,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2012,297,'_elementor_conditions','a:0:{}'),
(2013,298,'footnotes',''),
(2014,298,'_wp_page_template','elementor_canvas'),
(2015,298,'_elementor_edit_mode','builder'),
(2016,298,'_elementor_template_type','wp-page'),
(2017,298,'_elementor_version','3.32.4'),
(2018,298,'_elementor_pro_version','3.18.2'),
(2019,298,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2020,298,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2021,298,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6affcfbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"318c0a78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78779f7b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":249,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"770\",\"height\":\"436\"},\"align\":\"left\",\"open_lightbox\":\"no\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-260\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-195\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6dc0b5eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"_inline_size_tablet\":70,\"align\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"ecd0772\",\"elType\":\"widget\",\"settings\":{\"title\":\"We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"85\",\"bottom\":\"85\",\"left\":\"85\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2022,298,'_elementor_conditions','a:0:{}'),
(2023,299,'footnotes',''),
(2024,299,'_wp_page_template','elementor_canvas'),
(2025,299,'_elementor_edit_mode','builder'),
(2026,299,'_elementor_template_type','wp-page'),
(2027,299,'_elementor_version','3.32.4'),
(2028,299,'_elementor_pro_version','3.18.2'),
(2029,299,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2030,299,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:23:\"e-animation-slideInDown\";i:9;s:17:\"e-animation-float\";i:10;s:13:\"widget-toggle\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2031,299,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2032,299,'_elementor_conditions','a:0:{}'),
(2048,194,'_astra_content_layout_flag','disabled'),
(2049,194,'ast-title-bar-display','disabled'),
(2050,194,'_elementor_version','3.32.4'),
(2051,194,'_elementor_pro_version','3.18.2'),
(2052,194,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2053,301,'footnotes',''),
(2054,301,'_wp_page_template','elementor_canvas'),
(2055,301,'_elementor_edit_mode','builder'),
(2056,301,'_elementor_template_type','wp-page'),
(2057,301,'_elementor_data',''),
(2058,301,'_elementor_conditions','a:0:{}'),
(2059,301,'_elementor_version','3.32.4'),
(2060,301,'_elementor_pro_version','3.18.2'),
(2061,301,'_elementor_page_settings','a:0:{}'),
(2062,302,'footnotes',''),
(2063,302,'_wp_page_template','elementor_canvas'),
(2064,302,'_elementor_edit_mode','builder'),
(2065,302,'_elementor_template_type','wp-page'),
(2066,302,'_elementor_data',''),
(2067,302,'_elementor_conditions','a:0:{}'),
(2068,302,'_elementor_version','3.32.4'),
(2069,302,'_elementor_pro_version','3.18.2'),
(2070,302,'_elementor_page_settings','a:0:{}'),
(2071,303,'footnotes',''),
(2072,303,'_wp_page_template','elementor_canvas'),
(2073,303,'_elementor_edit_mode','builder'),
(2074,303,'_elementor_template_type','wp-page'),
(2075,303,'_elementor_data','[{\"id\":\"20ef08d9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5b20faa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"7c47944d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a0a3b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e676188\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2766166b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c146df3\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":122,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true},{\"id\":\"37bc1fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200},\"elements\":[{\"id\":\"4ec6f78f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6719e867\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":123,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"447e016f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bbbbd3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"433db37f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"320\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fb718fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13207ca0\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.\",\"name\":\"Miranda Atkins\",\"title\":\"Teacher, NY\",\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"_id\":\"9ee1b9c\"}],\"alignment\":\"left\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(2076,303,'_elementor_conditions','a:0:{}'),
(2077,303,'_elementor_version','3.32.4'),
(2078,303,'_elementor_pro_version','3.18.2'),
(2079,303,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2080,194,'_elementor_page_assets','a:2:{s:6:\"styles\";a:5:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:14:\"widget-heading\";}s:7:\"scripts\";a:4:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";i:3;s:12:\"imagesloaded\";}}'),
(2081,194,'_eael_custom_js',''),
(2082,304,'_edit_lock','1765029185:1'),
(2083,305,'_menu_item_type','post_type'),
(2084,305,'_menu_item_menu_item_parent','0'),
(2085,305,'_menu_item_object_id','304'),
(2086,305,'_menu_item_object','page'),
(2087,305,'_menu_item_target',''),
(2088,305,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2089,305,'_menu_item_xfn',''),
(2090,305,'_menu_item_url',''),
(2091,304,'_wp_page_template','elementor_canvas'),
(2092,304,'_eb_attr',''),
(2093,304,'site-sidebar-layout','no-sidebar'),
(2094,304,'site-content-layout',''),
(2095,304,'ast-site-content-layout','full-width-container'),
(2096,304,'site-content-style','default'),
(2097,304,'site-sidebar-style','default'),
(2098,304,'ast-global-header-display',''),
(2099,304,'ast-banner-title-visibility',''),
(2100,304,'ast-main-header-display',''),
(2101,304,'ast-hfb-above-header-display',''),
(2102,304,'ast-hfb-below-header-display',''),
(2103,304,'ast-hfb-mobile-header-display',''),
(2105,304,'ast-breadcrumbs-content',''),
(2106,304,'ast-featured-img','disabled'),
(2107,304,'footer-sml-layout',''),
(2108,304,'theme-transparent-header-meta',''),
(2109,304,'adv-header-id-meta',''),
(2110,304,'stick-header-meta',''),
(2111,304,'header-above-stick-meta',''),
(2112,304,'header-main-stick-meta',''),
(2113,304,'header-below-stick-meta',''),
(2114,304,'astra-migrate-meta-layouts','default'),
(2115,304,'ast-page-background-enabled','default'),
(2116,304,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(2117,304,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(2118,304,'footnotes',''),
(2119,304,'_elementor_edit_mode','builder'),
(2120,304,'_elementor_template_type','wp-page'),
(2121,304,'_elementor_data','[{\"id\":\"3cb996e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"605d4f69\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"22d77a22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"262084a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a619036\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"a09eeee\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"3639686d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"b789a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d5ee52f\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"e6c4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"621ec7a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"baacb08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"349f2555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7c608a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22453214\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41dd23ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"187d21ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"20fb7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37e7c46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"587d5479\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3aac98b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7531df93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a91835\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533ee3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"522fbcd2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c9444a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"488f1526\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"373ca54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"64e8464b\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"290d7524\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5b55e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"207cccd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28bcd874\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"375c5b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c044187\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5ddd8b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2491c81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5875b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6010bdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa8dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57478159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e27ea21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b59a989\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e375d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3930f0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"25f8898c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54d069bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"27f6a1c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24022120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f51372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"5e0993d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"288428e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"576d09d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b371b0\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"36907f1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3d9e0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"16f19e13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2740ddc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aca422f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d0d82b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a123624\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3961687\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"75e5e82e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"206018c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"559fcd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbc06d4\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1164e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ad2ee6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"523a9d4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45b7e4f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eb0afb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b482562\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"4ddd6b93\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5cfec8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"118716de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"31ea9d49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6caadca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"633beb4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"559d4ecc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"24eafb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"4507ebb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"14e36f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7daa631b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d64141f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21f691dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d8c5fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"5e7265ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7fa868ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"17be884a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"235ad8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50ac93fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"534c88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c7064b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d56c57b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef6b743\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45301241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7682b02b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"22c8c5cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f59849e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa6bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6966ec71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5479ebf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"e7612ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4334883f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"594b8485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"195cfb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"489bec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4650abd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ec6bbe7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cc2fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580abd84\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9c89464\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"118324ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"797e18e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"201785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d0e1ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"7bcd1bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb98abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36333ae0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b80191\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"738b8a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12ec4856\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d0896\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6b9d6d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"12b4ca6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11934582\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3faef32b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7543bda0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ac6011d\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bb18f6c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"64bca5e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"250e9f54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cc7f47e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"218d67b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70e03d7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"786e92e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"48985fac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6307d895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a53db1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61c895af\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9aa790b\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"d322328\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2122,304,'_elementor_conditions','a:0:{}'),
(2123,306,'footnotes',''),
(2124,304,'_astra_content_layout_flag','disabled'),
(2125,304,'ast-title-bar-display','disabled'),
(2126,304,'_elementor_version','3.32.4'),
(2127,304,'_elementor_pro_version','3.18.2'),
(2128,304,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2129,304,'_eael_post_view_count','11'),
(2130,307,'footnotes',''),
(2131,307,'_wp_page_template','elementor_canvas'),
(2132,307,'_elementor_edit_mode','builder'),
(2133,307,'_elementor_template_type','wp-page'),
(2134,307,'_elementor_data',''),
(2135,307,'_elementor_conditions','a:0:{}'),
(2136,307,'_elementor_version','3.32.4'),
(2137,307,'_elementor_pro_version','3.18.2'),
(2138,307,'_elementor_page_settings','a:0:{}'),
(2139,308,'footnotes',''),
(2140,308,'_wp_page_template','elementor_canvas'),
(2141,308,'_elementor_edit_mode','builder'),
(2142,308,'_elementor_template_type','wp-page'),
(2143,308,'_elementor_data',''),
(2144,308,'_elementor_conditions','a:0:{}'),
(2145,308,'_elementor_version','3.32.4'),
(2146,308,'_elementor_pro_version','3.18.2'),
(2147,308,'_elementor_page_settings','a:0:{}'),
(2148,309,'footnotes',''),
(2149,309,'_wp_page_template','elementor_canvas'),
(2150,309,'_elementor_edit_mode','builder'),
(2151,309,'_elementor_template_type','wp-page'),
(2152,309,'_elementor_data','[{\"id\":\"baacb08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"349f2555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7c608a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22453214\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41dd23ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"187d21ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"20fb7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37e7c46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"587d5479\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3aac98b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7531df93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a91835\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533ee3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"522fbcd2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c9444a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"488f1526\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"373ca54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"64e8464b\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"290d7524\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5b55e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"207cccd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28bcd874\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"375c5b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c044187\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5ddd8b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2491c81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5875b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6010bdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa8dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57478159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e27ea21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b59a989\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e375d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3930f0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"25f8898c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54d069bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"27f6a1c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24022120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f51372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"5e0993d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"288428e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"576d09d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b371b0\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"36907f1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3d9e0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"16f19e13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2740ddc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aca422f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d0d82b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a123624\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3961687\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"75e5e82e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"206018c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"559fcd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbc06d4\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1164e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ad2ee6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"523a9d4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45b7e4f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eb0afb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b482562\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"4ddd6b93\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5cfec8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"118716de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"31ea9d49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6caadca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"633beb4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"559d4ecc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"24eafb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"4507ebb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"14e36f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7daa631b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d64141f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21f691dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d8c5fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"5e7265ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7fa868ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"17be884a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"235ad8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50ac93fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"534c88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c7064b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d56c57b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef6b743\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45301241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7682b02b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"22c8c5cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f59849e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa6bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6966ec71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5479ebf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"e7612ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4334883f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"594b8485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"195cfb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"489bec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4650abd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ec6bbe7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cc2fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580abd84\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9c89464\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"118324ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"797e18e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"201785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d0e1ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"7bcd1bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb98abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36333ae0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b80191\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"738b8a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12ec4856\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d0896\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6b9d6d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"12b4ca6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11934582\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2153,309,'_elementor_conditions','a:0:{}'),
(2154,309,'_elementor_version','3.32.4'),
(2155,309,'_elementor_pro_version','3.18.2'),
(2156,309,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2157,304,'_elementor_page_assets','a:2:{s:6:\"styles\";a:12:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:18:\"e-animation-zoomIn\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:17:\"e-animation-float\";i:8;s:16:\"widget-icon-list\";i:9;s:18:\"e-animation-shrink\";i:10;s:19:\"widget-social-icons\";i:11;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2158,304,'_eael_custom_js',''),
(2169,194,'_eb_reusable_block_ids','a:0:{}'),
(2180,304,'_eb_reusable_block_ids','a:0:{}'),
(2181,312,'footnotes',''),
(2182,312,'_wp_page_template','elementor_canvas'),
(2183,312,'_elementor_edit_mode','builder'),
(2184,312,'_elementor_template_type','wp-page'),
(2185,312,'_elementor_data','[{\"id\":\"20ef08d9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5b20faa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"7c47944d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a0a3b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e676188\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2766166b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c146df3\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":122,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true},{\"id\":\"37bc1fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200},\"elements\":[{\"id\":\"4ec6f78f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6719e867\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":123,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"447e016f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bbbbd3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"433db37f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"320\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fb718fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13207ca0\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.\",\"name\":\"Miranda Atkins\",\"title\":\"Teacher, NY\",\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"_id\":\"9ee1b9c\"}],\"alignment\":\"left\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(2186,312,'_elementor_conditions','a:0:{}'),
(2187,312,'_elementor_version','3.32.4'),
(2188,312,'_elementor_pro_version','3.18.2'),
(2189,312,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2190,312,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:12:\"widget-image\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(2191,313,'footnotes',''),
(2192,313,'_wp_page_template','elementor_canvas'),
(2193,313,'_elementor_edit_mode','builder'),
(2194,313,'_elementor_template_type','wp-page'),
(2195,313,'_elementor_data','[{\"id\":\"20ef08d9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5b20faa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"7c47944d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a0a3b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e676188\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2766166b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c146df3\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":122,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true},{\"id\":\"37bc1fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200},\"elements\":[{\"id\":\"4ec6f78f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6719e867\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":123,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"447e016f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bbbbd3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"433db37f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"320\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fb718fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13207ca0\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.\",\"name\":\"Miranda Atkins\",\"title\":\"Teacher, NY\",\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"_id\":\"9ee1b9c\"}],\"alignment\":\"left\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(2196,313,'_elementor_conditions','a:0:{}'),
(2197,313,'_elementor_version','3.32.4'),
(2198,313,'_elementor_pro_version','3.18.2'),
(2199,313,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2200,313,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:12:\"widget-image\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(2201,314,'footnotes',''),
(2202,314,'_wp_page_template','default'),
(2203,314,'_elementor_edit_mode','builder'),
(2204,314,'_elementor_template_type','wp-page'),
(2205,314,'_elementor_data','[{\"id\":\"30d54c57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67004769\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"76600533\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"36777ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcbb7e8\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"58e66531\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"6c604553\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"3b144b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54a425ef\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"6b8f0ed6\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"fcf140a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20ef08d9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5b20faa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"7c47944d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a0a3b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e676188\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2766166b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c146df3\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":122,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true},{\"id\":\"37bc1fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200},\"elements\":[{\"id\":\"4ec6f78f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6719e867\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":123,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"447e016f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bbbbd3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"433db37f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"320\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fb718fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13207ca0\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.\",\"name\":\"Miranda Atkins\",\"title\":\"Teacher, NY\",\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"_id\":\"9ee1b9c\"}],\"alignment\":\"left\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),
(2206,314,'_elementor_conditions','a:0:{}'),
(2207,314,'_elementor_version','3.32.4'),
(2208,314,'_elementor_pro_version','3.18.2'),
(2209,314,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2210,314,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:12:\"widget-image\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(2211,315,'footnotes',''),
(2212,315,'_wp_page_template','elementor_canvas'),
(2213,315,'_elementor_edit_mode','builder'),
(2214,315,'_elementor_template_type','wp-page'),
(2215,315,'_elementor_data','[{\"id\":\"baacb08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"349f2555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7c608a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22453214\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41dd23ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"187d21ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"20fb7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37e7c46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"587d5479\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3aac98b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7531df93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a91835\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533ee3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"522fbcd2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c9444a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"488f1526\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"373ca54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"64e8464b\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"290d7524\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5b55e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"207cccd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28bcd874\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"375c5b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c044187\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5ddd8b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2491c81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5875b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6010bdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa8dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57478159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e27ea21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b59a989\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e375d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3930f0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"25f8898c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54d069bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"27f6a1c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24022120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f51372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"5e0993d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"288428e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"576d09d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b371b0\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"36907f1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3d9e0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"16f19e13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2740ddc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aca422f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d0d82b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a123624\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3961687\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"75e5e82e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"206018c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"559fcd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbc06d4\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1164e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ad2ee6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"523a9d4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45b7e4f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eb0afb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b482562\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"4ddd6b93\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5cfec8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"118716de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"31ea9d49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6caadca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"633beb4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"559d4ecc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"24eafb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"4507ebb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"14e36f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7daa631b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d64141f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21f691dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d8c5fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"5e7265ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7fa868ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"17be884a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"235ad8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50ac93fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"534c88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c7064b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d56c57b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef6b743\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45301241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7682b02b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"22c8c5cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f59849e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa6bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6966ec71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5479ebf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"e7612ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4334883f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"594b8485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"195cfb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"489bec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4650abd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ec6bbe7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cc2fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580abd84\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9c89464\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"118324ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"797e18e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"201785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d0e1ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"7bcd1bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb98abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36333ae0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b80191\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"738b8a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12ec4856\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d0896\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6b9d6d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"12b4ca6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11934582\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2216,315,'_elementor_conditions','a:0:{}'),
(2217,315,'_elementor_version','3.32.4'),
(2218,315,'_elementor_pro_version','3.18.2'),
(2219,315,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2220,315,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-zoomIn\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:12:\"widget-image\";i:5;s:17:\"e-animation-float\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(2221,316,'footnotes',''),
(2222,316,'_wp_page_template','elementor_canvas'),
(2223,316,'_elementor_edit_mode','builder'),
(2224,316,'_elementor_template_type','wp-page');
INSERT INTO `wpr1_postmeta` VALUES
(2225,316,'_elementor_data','[{\"id\":\"baacb08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"349f2555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7c608a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22453214\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41dd23ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"187d21ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"20fb7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37e7c46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"587d5479\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3aac98b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7531df93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a91835\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533ee3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"522fbcd2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c9444a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"488f1526\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"373ca54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"64e8464b\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"290d7524\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5b55e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"207cccd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28bcd874\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"375c5b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c044187\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5ddd8b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2491c81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5875b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6010bdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa8dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57478159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e27ea21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b59a989\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e375d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3930f0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"25f8898c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54d069bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"27f6a1c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24022120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f51372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"5e0993d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"288428e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"576d09d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b371b0\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"36907f1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3d9e0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"16f19e13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2740ddc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aca422f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d0d82b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a123624\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3961687\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"75e5e82e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"206018c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"559fcd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbc06d4\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1164e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ad2ee6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"523a9d4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45b7e4f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eb0afb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b482562\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"4ddd6b93\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5cfec8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"118716de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"31ea9d49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6caadca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"633beb4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"559d4ecc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"24eafb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"4507ebb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"14e36f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7daa631b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d64141f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21f691dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d8c5fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"5e7265ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7fa868ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"17be884a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"235ad8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50ac93fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"534c88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c7064b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d56c57b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef6b743\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45301241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7682b02b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"22c8c5cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f59849e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa6bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6966ec71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5479ebf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"e7612ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4334883f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"594b8485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"195cfb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"489bec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4650abd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ec6bbe7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cc2fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580abd84\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9c89464\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"118324ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"797e18e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"201785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d0e1ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"7bcd1bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb98abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36333ae0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b80191\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"738b8a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12ec4856\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d0896\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6b9d6d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"12b4ca6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11934582\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2226,316,'_elementor_conditions','a:0:{}'),
(2227,316,'_elementor_version','3.32.4'),
(2228,316,'_elementor_pro_version','3.18.2'),
(2229,316,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2230,316,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-zoomIn\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:12:\"widget-image\";i:5;s:17:\"e-animation-float\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(2231,317,'footnotes',''),
(2232,317,'_wp_page_template','default'),
(2233,317,'_elementor_edit_mode','builder'),
(2234,317,'_elementor_template_type','wp-page'),
(2235,317,'_elementor_data','[{\"id\":\"3cb996e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"605d4f69\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"22d77a22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"262084a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a619036\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"a09eeee\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"3639686d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"b789a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d5ee52f\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"e6c4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"621ec7a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"baacb08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"349f2555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7c608a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22453214\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41dd23ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"187d21ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"20fb7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37e7c46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"587d5479\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3aac98b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7531df93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a91835\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533ee3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"522fbcd2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c9444a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"488f1526\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"373ca54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"64e8464b\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"290d7524\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5b55e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"207cccd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28bcd874\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"375c5b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c044187\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5ddd8b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2491c81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5875b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6010bdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa8dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57478159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e27ea21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b59a989\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e375d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3930f0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"25f8898c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54d069bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"27f6a1c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24022120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f51372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"5e0993d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"288428e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"576d09d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b371b0\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"36907f1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3d9e0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"16f19e13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2740ddc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aca422f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d0d82b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a123624\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3961687\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"75e5e82e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"206018c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"559fcd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbc06d4\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1164e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ad2ee6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"523a9d4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45b7e4f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eb0afb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b482562\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"4ddd6b93\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5cfec8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"118716de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"31ea9d49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6caadca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"633beb4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"559d4ecc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"24eafb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"4507ebb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"14e36f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7daa631b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d64141f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21f691dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d8c5fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"5e7265ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7fa868ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"17be884a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"235ad8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50ac93fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"534c88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c7064b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d56c57b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef6b743\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45301241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7682b02b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"22c8c5cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f59849e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa6bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6966ec71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5479ebf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"e7612ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4334883f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"594b8485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"195cfb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"489bec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4650abd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ec6bbe7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cc2fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580abd84\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9c89464\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"118324ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"797e18e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"201785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d0e1ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"7bcd1bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb98abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36333ae0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b80191\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"738b8a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12ec4856\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d0896\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6b9d6d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"12b4ca6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11934582\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2236,317,'_elementor_conditions','a:0:{}'),
(2237,317,'_elementor_version','3.32.4'),
(2238,317,'_elementor_pro_version','3.18.2'),
(2239,317,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2240,317,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-zoomIn\";i:1;s:18:\"e-animation-fadeIn\";i:2;s:14:\"widget-heading\";i:3;s:21:\"e-animation-slideInUp\";i:4;s:12:\"widget-image\";i:5;s:17:\"e-animation-float\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(2241,180,'_wp_old_date','2025-12-05'),
(2242,192,'_wp_old_date','2025-12-05'),
(2243,198,'_wp_old_date','2025-12-05'),
(2244,195,'_wp_old_date','2025-12-05'),
(2245,201,'_wp_old_date','2025-12-05'),
(2246,200,'_astra_content_layout_flag','disabled'),
(2247,200,'ast-title-bar-display','disabled'),
(2248,200,'_elementor_version','3.32.4'),
(2249,200,'_elementor_pro_version','3.18.2'),
(2250,200,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2251,318,'footnotes',''),
(2252,318,'_wp_page_template','default'),
(2253,318,'_elementor_edit_mode','builder'),
(2254,318,'_elementor_template_type','wp-page'),
(2255,318,'_elementor_data','[{\"id\":\"30d54c57\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"67004769\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"76600533\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"36777ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcbb7e8\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"58e66531\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"6c604553\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"3b144b7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54a425ef\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"6b8f0ed6\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"fcf140a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20ef08d9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5b20faa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"space_between_widgets_mobile\":0,\"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\":false}},\"elements\":[{\"id\":\"7c47944d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65a0a3b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e676188\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2766166b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c146df3\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":122,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true},{\"id\":\"37bc1fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"47\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200},\"elements\":[{\"id\":\"4ec6f78f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6719e867\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. \",\"name\":\"Anthony Mead\",\"title\":\"Doctor, AR\",\"image\":{\"id\":123,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"_id\":\"9ee1b9c\"}],\"layout\":\"image_stacked\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_color\":\"#6A6A6A\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2.2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"447e016f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bbbbd3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.5,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"433db37f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":126,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"470\",\"height\":\"320\"},\"align\":\"left\",\"_animation\":\"fadeIn\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fb718fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.5,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13207ca0\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.\",\"name\":\"Miranda Atkins\",\"title\":\"Teacher, NY\",\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"_id\":\"9ee1b9c\"}],\"alignment\":\"left\",\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"show_arrows\":\"\",\"pagination\":\"\",\"autoplay\":\"\",\"loop\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"content_gap_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_color\":\"#161616\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"normal\",\"content_typography_text_decoration\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#161616\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Montserrat\",\"name_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"name_typography_font_weight\":\"700\",\"name_typography_text_transform\":\"capitalize\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#6A6A6A\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_gap_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6559da7a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5cfe9630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39c37ebe\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9ba35e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"6adbacd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7996dd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1571fe19\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"5676b1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d29122d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47f29d43\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"a2e6c72\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797ee973\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ab1cc18\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5564d034\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1f871086\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a35c788\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2256,318,'_elementor_conditions','a:0:{}'),
(2257,318,'_elementor_version','3.32.4'),
(2258,318,'_elementor_pro_version','3.18.2'),
(2259,318,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2260,318,'_elementor_page_assets','a:2:{s:6:\"styles\";a:9:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:14:\"widget-heading\";i:5;s:16:\"widget-icon-list\";i:6;s:18:\"e-animation-shrink\";i:7;s:19:\"widget-social-icons\";i:8;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:4:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";i:3;s:12:\"imagesloaded\";}}'),
(2261,319,'footnotes',''),
(2262,319,'_wp_page_template','default'),
(2263,319,'_elementor_edit_mode','builder'),
(2264,319,'_elementor_template_type','wp-page'),
(2265,319,'_elementor_data','[{\"id\":\"3cb996e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"605d4f69\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"22d77a22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"262084a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a619036\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"a09eeee\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"3639686d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"b789a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d5ee52f\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"e6c4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"621ec7a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"baacb08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"349f2555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7c608a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22453214\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41dd23ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"187d21ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"20fb7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37e7c46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"587d5479\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3aac98b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7531df93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a91835\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533ee3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"522fbcd2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c9444a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"488f1526\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"373ca54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"64e8464b\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"290d7524\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5b55e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"207cccd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28bcd874\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"375c5b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c044187\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5ddd8b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2491c81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5875b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6010bdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa8dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57478159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e27ea21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b59a989\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e375d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3930f0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"25f8898c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54d069bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"27f6a1c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24022120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f51372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"5e0993d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"288428e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"576d09d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b371b0\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"36907f1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3d9e0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"16f19e13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2740ddc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aca422f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d0d82b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a123624\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3961687\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"75e5e82e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"206018c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"559fcd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbc06d4\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1164e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ad2ee6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"523a9d4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45b7e4f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eb0afb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b482562\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"4ddd6b93\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5cfec8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"118716de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"31ea9d49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6caadca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"633beb4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"559d4ecc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"24eafb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"4507ebb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"14e36f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7daa631b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d64141f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21f691dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d8c5fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"5e7265ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7fa868ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"17be884a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"235ad8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50ac93fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"534c88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c7064b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d56c57b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef6b743\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45301241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7682b02b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"22c8c5cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f59849e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa6bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6966ec71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5479ebf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"e7612ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4334883f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"594b8485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"195cfb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"489bec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4650abd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ec6bbe7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cc2fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580abd84\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9c89464\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"118324ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"797e18e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"201785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d0e1ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"7bcd1bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb98abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36333ae0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b80191\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"738b8a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12ec4856\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d0896\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6b9d6d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"12b4ca6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11934582\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2266,319,'_elementor_conditions','a:0:{}'),
(2267,319,'_elementor_version','3.32.4'),
(2268,319,'_elementor_pro_version','3.18.2'),
(2269,319,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2270,319,'_elementor_page_assets','a:2:{s:6:\"styles\";a:8:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:18:\"e-animation-zoomIn\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:17:\"e-animation-float\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2271,320,'footnotes',''),
(2272,320,'_wp_page_template','default'),
(2273,320,'_elementor_edit_mode','builder'),
(2274,320,'_elementor_template_type','wp-page'),
(2275,320,'_elementor_data','[{\"id\":\"3cb996e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"605d4f69\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"22d77a22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"262084a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a619036\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"a09eeee\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"3639686d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"b789a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d5ee52f\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"e6c4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"621ec7a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"baacb08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"349f2555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7c608a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22453214\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41dd23ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"187d21ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"20fb7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37e7c46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"587d5479\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3aac98b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7531df93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a91835\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533ee3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"522fbcd2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c9444a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"488f1526\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"373ca54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"64e8464b\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"290d7524\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5b55e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"207cccd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28bcd874\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"375c5b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c044187\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5ddd8b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2491c81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5875b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6010bdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa8dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57478159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e27ea21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b59a989\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e375d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3930f0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"25f8898c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54d069bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"27f6a1c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24022120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f51372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"5e0993d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"288428e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"576d09d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b371b0\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"36907f1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3d9e0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"16f19e13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2740ddc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aca422f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d0d82b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a123624\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3961687\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"75e5e82e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"206018c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"559fcd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbc06d4\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1164e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ad2ee6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"523a9d4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45b7e4f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eb0afb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b482562\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"4ddd6b93\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5cfec8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"118716de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"31ea9d49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6caadca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"633beb4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"559d4ecc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"24eafb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"4507ebb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"14e36f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7daa631b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d64141f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21f691dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d8c5fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"5e7265ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7fa868ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"17be884a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"235ad8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50ac93fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"534c88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c7064b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d56c57b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef6b743\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45301241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7682b02b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"22c8c5cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f59849e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa6bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6966ec71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5479ebf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"e7612ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4334883f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"594b8485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"195cfb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"489bec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4650abd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ec6bbe7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cc2fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580abd84\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9c89464\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"118324ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"797e18e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"201785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d0e1ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"7bcd1bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb98abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36333ae0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b80191\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"738b8a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12ec4856\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d0896\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6b9d6d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"12b4ca6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11934582\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(2276,320,'_elementor_conditions','a:0:{}'),
(2277,320,'_elementor_version','3.32.4'),
(2278,320,'_elementor_pro_version','3.18.2'),
(2279,320,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2280,320,'_elementor_page_assets','a:2:{s:6:\"styles\";a:8:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:18:\"e-animation-zoomIn\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:17:\"e-animation-float\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2281,321,'footnotes',''),
(2282,321,'_wp_page_template','default'),
(2283,321,'_elementor_edit_mode','builder'),
(2284,321,'_elementor_template_type','wp-page'),
(2285,321,'_elementor_data','[{\"id\":\"3cb996e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"605d4f69\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"22d77a22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"262084a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a619036\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"a09eeee\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"3639686d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"b789a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1d5ee52f\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"e6c4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"621ec7a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"baacb08\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"349f2555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7c608a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22453214\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41dd23ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"187d21ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"20fb7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37e7c46\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"587d5479\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3aac98b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7531df93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a91835\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"533ee3d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"522fbcd2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c9444a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"488f1526\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"373ca54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"64e8464b\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"290d7524\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5b55e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"207cccd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28bcd874\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"375c5b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c044187\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5ddd8b2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"2491c81a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5875b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6010bdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1aa8dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57478159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e27ea21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b59a989\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e375d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3930f0a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"25f8898c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54d069bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"27f6a1c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24022120\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f51372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"5e0993d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"288428e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"576d09d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62b371b0\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"36907f1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"3d9e0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"16f19e13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2740ddc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aca422f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d0d82b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a123624\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3961687\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"75e5e82e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"206018c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"559fcd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cbc06d4\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1164e877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ad2ee6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"523a9d4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45b7e4f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eb0afb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b482562\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"4ddd6b93\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5cfec8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"118716de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"31ea9d49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6caadca9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"633beb4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"559d4ecc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"24eafb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"4507ebb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"14e36f42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7daa631b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d64141f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21f691dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46d8c5fb\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"5e7265ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7fa868ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"17be884a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"235ad8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"50ac93fd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"534c88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c7064b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d56c57b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef6b743\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"45301241\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7682b02b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"22c8c5cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f59849e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7aa6bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6966ec71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5479ebf0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"e7612ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4334883f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"594b8485\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"195cfb69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"489bec66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4650abd7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ec6bbe7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7cc2fe88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"580abd84\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"9c89464\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"118324ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"797e18e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"201785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d0e1ab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"7bcd1bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7eb98abd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36333ae0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b80191\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"738b8a3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12ec4856\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d0896\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"6b9d6d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"12b4ca6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11934582\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3faef32b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7543bda0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ac6011d\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bb18f6c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"64bca5e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"250e9f54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cc7f47e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"218d67b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70e03d7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"786e92e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"48985fac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6307d895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a53db1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61c895af\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9aa790b\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"d322328\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2286,321,'_elementor_conditions','a:0:{}'),
(2287,321,'_elementor_version','3.32.4'),
(2288,321,'_elementor_pro_version','3.18.2'),
(2289,321,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2290,321,'_elementor_page_assets','a:2:{s:6:\"styles\";a:8:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:18:\"e-animation-zoomIn\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:17:\"e-animation-float\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2291,200,'_elementor_page_assets','a:2:{s:6:\"styles\";a:12:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:16:\"e-animation-push\";i:8;s:16:\"widget-icon-list\";i:9;s:18:\"e-animation-shrink\";i:10;s:19:\"widget-social-icons\";i:11;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2293,140,'_elementor_css','a:6:{s:4:\"time\";i:1765028320;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2294,140,'_elementor_element_cache','{\"timeout\":1765114720,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-61e9cd39 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"61e9cd39\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-222e5cff\\\" data-id=\\\"222e5cff\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5cc89611 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5cc89611\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Contacts Information<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2a24a921 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"2a24a921\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">When You Need It and Where You Need It<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3c6d3171 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3c6d3171\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-38b99f1 elementor-invisible\\\" data-id=\\\"38b99f1\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-65459ae5 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"65459ae5\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Main Office<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7df17fa4 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7df17fa4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Mon -Thu : 7am - 8pm<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1fa29246 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1fa29246\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\"> Fri: 7am - 3pm<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6aef6ad3 elementor-position-left elementor-vertical-align-middle elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"6aef6ad3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+12345678990\\\" tabindex=\\\"-1\\\"><img width=\\\"50\\\" height=\\\"50\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\\\" class=\\\"attachment-full size-full wp-image-138\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+12345678990\\\">+1 234 567 89 90<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3d3e9298 elementor-position-left elementor-vertical-align-middle elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"3d3e9298\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"mailto:@.com\\\" tabindex=\\\"-1\\\"><img width=\\\"50\\\" height=\\\"50\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\\\" class=\\\"attachment-full size-full wp-image-87\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"mailto:@.com\\\">examplesite@info.com<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-62a03fd6 elementor-invisible\\\" data-id=\\\"62a03fd6\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-71b698b2 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"71b698b2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Info Centre<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-43877867 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"43877867\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Mon -Thu : 7am - 8pm<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6a67a489 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6a67a489\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\"> Fri: 7am - 3pm<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-20cec381 elementor-position-left elementor-vertical-align-middle elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"20cec381\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+12345678990\\\" tabindex=\\\"-1\\\"><img width=\\\"50\\\" height=\\\"50\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\\\" class=\\\"attachment-full size-full wp-image-138\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+12345678990\\\">+1 234 567 89 90<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-244bb6b2 elementor-position-left elementor-vertical-align-middle elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"244bb6b2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"mailto:@.com\\\" tabindex=\\\"-1\\\"><img width=\\\"50\\\" height=\\\"50\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\\\" class=\\\"attachment-full size-full wp-image-87\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"mailto:@.com\\\">examplesite@info.com<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-215ac948 elementor-invisible\\\" data-id=\\\"215ac948\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6a0e6c35 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6a0e6c35\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Centre<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-84edc1f elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"84edc1f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Mon -Thu : 7am - 8pm<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4fcbcdfe elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"4fcbcdfe\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\"> Fri: 7am - 3pm<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4fc2648d elementor-position-left elementor-vertical-align-middle elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"4fc2648d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+12345678990\\\" tabindex=\\\"-1\\\"><img width=\\\"50\\\" height=\\\"50\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/tel-icon.png\\\" class=\\\"attachment-full size-full wp-image-138\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+12345678990\\\">+1 234 567 89 90<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3f8e9de2 elementor-position-left elementor-vertical-align-middle elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"3f8e9de2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"mailto:@.com\\\" tabindex=\\\"-1\\\"><img width=\\\"50\\\" height=\\\"50\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mail-icon.png\\\" class=\\\"attachment-full size-full wp-image-87\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"mailto:@.com\\\">examplesite@info.com<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4fa1b80 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4fa1b80\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-238102\\\" data-id=\\\"238102\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ab2973b elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"ab2973b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Our Offices<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2c603603 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"2c603603\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3b7a41ec elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"3b7a41ec\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\\\" title=\\\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\\\" alt=\\\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3469b415 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"3469b415\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-74b06c04 elementor-hidden-phone\\\" data-id=\\\"74b06c04\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-388be533\\\" data-id=\\\"388be533\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-486670a2 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"486670a2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Do You Need Any Job?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4f64976e elementor-align-left elementor-tablet-align-left elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"4f64976e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Contact Us Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4f16f437 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4f16f437\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1526089a\\\" data-id=\\\"1526089a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3ac4f577 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"3ac4f577\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Career<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-b973822 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"b973822\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-21cef11a elementor-invisible\\\" data-id=\\\"21cef11a\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-1babf4ec elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1babf4ec\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e10827c\\\" data-id=\\\"e10827c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-47a9069b elementor-widget elementor-widget-image\\\" data-id=\\\"47a9069b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/red-truck-on-the-road-PY8RVLW-rd934usrtnmrxoi37abfj7u9bu5iyohlsrr6lkx6vi.jpg\\\" title=\\\"red-truck-on-the-road-PY8RVLW.jpg\\\" alt=\\\"red-truck-on-the-road-PY8RVLW.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-4c7fe7d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4c7fe7d2\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-51fca750\\\" data-id=\\\"51fca750\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5d92eabd elementor-align-justify elementor-mobile-align-left elementor-widget__width-auto elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"5d92eabd\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Part Time<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c45fdc0 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"c45fdc0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">General Manager<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjMwNTg2YzEzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-ebb9d50 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"ebb9d50\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Apply Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7ac2ed51 elementor-invisible\\\" data-id=\\\"7ac2ed51\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-2dfd8c2e elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2dfd8c2e\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c85f509\\\" data-id=\\\"c85f509\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-78461464 elementor-widget elementor-widget-image\\\" data-id=\\\"78461464\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/giving-parcel-to-courier-E9PNCYB-rd932mwhoqleitq55ts55a02u33bseof5sawt27nke.jpg\\\" title=\\\"giving-parcel-to-courier-E9PNCYB.jpg\\\" alt=\\\"giving-parcel-to-courier-E9PNCYB.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-23db56bc elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"23db56bc\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-21719b7\\\" data-id=\\\"21719b7\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7fa28898 elementor-align-justify elementor-mobile-align-left elementor-widget__width-auto elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"7fa28898\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Full Time<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5851791e elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5851791e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Storage Technician<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjNhYWVkOWMxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-44e8b884 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"44e8b884\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Apply Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-530c9110 elementor-invisible\\\" data-id=\\\"530c9110\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-11a614e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"11a614e4\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-63f5357c\\\" data-id=\\\"63f5357c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-35807e0f elementor-widget elementor-widget-image\\\" data-id=\\\"35807e0f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/cargo-delivery-service-male-courier-unload-truck-P2CJTLY-rd935hcwdohnoblbjk2h725bl32c3ez5vveu47zqq6.jpg\\\" title=\\\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\\\" alt=\\\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-358cf5e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"358cf5e5\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-766ad11c\\\" data-id=\\\"766ad11c\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-547beaef elementor-align-justify elementor-mobile-align-left elementor-widget__width-auto elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"547beaef\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Full Time<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7bb4145e elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7bb4145e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Custom Specialist<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6Ijc3NmM3NzdhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9zbGlkZXNob3dfZ2FsbGVyeSI6W10sIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfZ2FsbGVyeSI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-3a0f35f9 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"3a0f35f9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Apply Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2295,135,'_eb_reusable_block_ids','a:0:{}'),
(2296,135,'_elementor_css','a:6:{s:4:\"time\";i:1765028354;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2297,135,'_elementor_element_cache','{\"timeout\":1765114754,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2b801db8 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"2b801db8\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5c70682b\\\" data-id=\\\"5c70682b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-42be8845 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"42be8845\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-69c6db84 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"69c6db84\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ed68aaf\\\" data-id=\\\"ed68aaf\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-169bb4c0 elementor-align-justify elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"169bb4c0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a Call<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4d25cefb elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4d25cefb\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-70c5c399 elementor-invisible\\\" data-id=\\\"70c5c399\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7d6c4141 elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"7d6c4141\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"150\\\" height=\\\"160\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\\\" class=\\\"attachment-full size-full wp-image-132\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png 150w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1-768x819.png 768w\\\" sizes=\\\"(max-width: 150px) 100vw, 150px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-40bf2798 elementor-widget elementor-widget-heading\\\" data-id=\\\"40bf2798\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-10deaa3 elementor-invisible\\\" data-id=\\\"10deaa3\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4fc19667 elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"4fc19667\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"150\\\" height=\\\"160\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\\\" class=\\\"attachment-full size-full wp-image-133\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png 150w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2-768x819.png 768w\\\" sizes=\\\"(max-width: 150px) 100vw, 150px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-67195c35 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"67195c35\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5cfbe758 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"5cfbe758\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\\\" href=\\\"tel:+1234567891\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-91<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-51683140 elementor-invisible\\\" data-id=\\\"51683140\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-658f40d8 elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"658f40d8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"150\\\" height=\\\"160\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\\\" class=\\\"attachment-full size-full wp-image-134\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png 150w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3-768x819.png 768w\\\" sizes=\\\"(max-width: 150px) 100vw, 150px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5d64f02d elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"5d64f02d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\\\" href=\\\"mailto:@.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-68ab3c69 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"68ab3c69\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\\\" href=\\\"mailto:@.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">job@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-67aace24 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"67aace24\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-30709cf0\\\" data-id=\\\"30709cf0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-30eb9fa0 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"30eb9fa0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Have a Question? Drop a Line<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQwYzQ3YjQ5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZm9ybV9uYW1lIjoiTmV3IEZvcm0iLCJmb3JtX2ZpZWxkcyI6W3siY3VzdG9tX2lkIjoibmFtZSIsImZpZWxkX3R5cGUiOiJ0ZXh0IiwiZmllbGRfbGFiZWwiOiJOYW1lIiwicGxhY2Vob2xkZXIiOiJOYW1lIiwid2lkdGgiOiI1MCIsIl9pZCI6ImM1ZjM3OTAiLCJyZXF1aXJlZCI6IiIsImZpZWxkX29wdGlvbnMiOiIiLCJhbGxvd19tdWx0aXBsZSI6IiIsInNlbGVjdF9zaXplIjoiIiwiaW5saW5lX2xpc3QiOiIiLCJmaWVsZF9odG1sIjoiIiwid2lkdGhfdGFibGV0IjoiIiwid2lkdGhfbW9iaWxlIjoiIiwicm93cyI6NCwicmVjYXB0Y2hhX3NpemUiOiJub3JtYWwiLCJyZWNhcHRjaGFfc3R5bGUiOiJsaWdodCIsInJlY2FwdGNoYV9iYWRnZSI6ImJvdHRvbXJpZ2h0IiwiY3NzX2NsYXNzZXMiOiIiLCJmaWVsZF92YWx1ZSI6IiIsInByZXZpb3VzX2J1dHRvbiI6IiIsIm5leHRfYnV0dG9uIjoiIiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhcyBmYS1zdGFyIiwibGlicmFyeSI6ImZhLXNvbGlkIn0sImF0dGFjaG1lbnRfdHlwZSI6ImxpbmsiLCJmaWxlX3NpemVzIjoiIiwiZmlsZV90eXBlcyI6IiIsImFsbG93X211bHRpcGxlX3VwbG9hZCI6IiIsIm1heF9maWxlcyI6IiIsImFjY2VwdGFuY2VfdGV4dCI6IiIsImNoZWNrZWRfYnlfZGVmYXVsdCI6IiIsImZpZWxkX21pbiI6IiIsImZpZWxkX21heCI6IiIsIm1pbl9kYXRlIjoiIiwibWF4X2RhdGUiOiIiLCJ1c2VfbmF0aXZlX2RhdGUiOiIiLCJ1c2VfbmF0aXZlX3RpbWUiOiIifSx7ImN1c3RvbV9pZCI6ImVtYWlsIiwiZmllbGRfdHlwZSI6ImVtYWlsIiwicmVxdWlyZWQiOiJ0cnVlIiwiZmllbGRfbGFiZWwiOiJFbWFpbCIsInBsYWNlaG9sZGVyIjoiRW1haWwiLCJ3aWR0aCI6IjUwIiwiX2lkIjoiMTI2MWIzMiIsImZpZWxkX29wdGlvbnMiOiIiLCJhbGxvd19tdWx0aXBsZSI6IiIsInNlbGVjdF9zaXplIjoiIiwiaW5saW5lX2xpc3QiOiIiLCJmaWVsZF9odG1sIjoiIiwid2lkdGhfdGFibGV0IjoiIiwid2lkdGhfbW9iaWxlIjoiIiwicm93cyI6NCwicmVjYXB0Y2hhX3NpemUiOiJub3JtYWwiLCJyZWNhcHRjaGFfc3R5bGUiOiJsaWdodCIsInJlY2FwdGNoYV9iYWRnZSI6ImJvdHRvbXJpZ2h0IiwiY3NzX2NsYXNzZXMiOiIiLCJmaWVsZF92YWx1ZSI6IiIsInByZXZpb3VzX2J1dHRvbiI6IiIsIm5leHRfYnV0dG9uIjoiIiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhcyBmYS1zdGFyIiwibGlicmFyeSI6ImZhLXNvbGlkIn0sImF0dGFjaG1lbnRfdHlwZSI6ImxpbmsiLCJmaWxlX3NpemVzIjoiIiwiZmlsZV90eXBlcyI6IiIsImFsbG93X211bHRpcGxlX3VwbG9hZCI6IiIsIm1heF9maWxlcyI6IiIsImFjY2VwdGFuY2VfdGV4dCI6IiIsImNoZWNrZWRfYnlfZGVmYXVsdCI6IiIsImZpZWxkX21pbiI6IiIsImZpZWxkX21heCI6IiIsIm1pbl9kYXRlIjoiIiwibWF4X2RhdGUiOiIiLCJ1c2VfbmF0aXZlX2RhdGUiOiIiLCJ1c2VfbmF0aXZlX3RpbWUiOiIifSx7ImN1c3RvbV9pZCI6Im1lc3NhZ2UiLCJmaWVsZF90eXBlIjoidGV4dGFyZWEiLCJmaWVsZF9sYWJlbCI6Ik1lc3NhZ2UiLCJwbGFjZWhvbGRlciI6Ik1lc3NhZ2UiLCJ3aWR0aCI6IjEwMCIsIl9pZCI6ImRkODMzNjEiLCJyZXF1aXJlZCI6IiIsImZpZWxkX29wdGlvbnMiOiIiLCJhbGxvd19tdWx0aXBsZSI6IiIsInNlbGVjdF9zaXplIjoiIiwiaW5saW5lX2xpc3QiOiIiLCJmaWVsZF9odG1sIjoiIiwid2lkdGhfdGFibGV0IjoiIiwid2lkdGhfbW9iaWxlIjoiIiwicm93cyI6NSwicmVjYXB0Y2hhX3NpemUiOiJub3JtYWwiLCJyZWNhcHRjaGFfc3R5bGUiOiJsaWdodCIsInJlY2FwdGNoYV9iYWRnZSI6ImJvdHRvbXJpZ2h0IiwiY3NzX2NsYXNzZXMiOiIiLCJmaWVsZF92YWx1ZSI6IiIsInByZXZpb3VzX2J1dHRvbiI6IiIsIm5leHRfYnV0dG9uIjoiIiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6ImZhcyBmYS1zdGFyIiwibGlicmFyeSI6ImZhLXNvbGlkIn0sImF0dGFjaG1lbnRfdHlwZSI6ImxpbmsiLCJmaWxlX3NpemVzIjoiIiwiZmlsZV90eXBlcyI6IiIsImFsbG93X211bHRpcGxlX3VwbG9hZCI6IiIsIm1heF9maWxlcyI6IiIsImFjY2VwdGFuY2VfdGV4dCI6IiIsImNoZWNrZWRfYnlfZGVmYXVsdCI6IiIsImZpZWxkX21pbiI6IiIsImZpZWxkX21heCI6IiIsIm1pbl9kYXRlIjoiIiwibWF4X2RhdGUiOiIiLCJ1c2VfbmF0aXZlX2RhdGUiOiIiLCJ1c2VfbmF0aXZlX3RpbWUiOiIifV0sImlucHV0X3NpemUiOiJsZyIsInNob3dfbGFiZWxzIjoiIiwiYnV0dG9uX3RleHQiOiJTZW5kIE1lc3NhZ2UiLCJidXR0b25fYWxpZ24iOiJjZW50ZXIiLCJidXR0b25fYWxpZ25fbW9iaWxlIjoic3RyZXRjaCIsImVtYWlsX2NvbnRlbnQiOiJbYWxsLWZpZWxkc10iLCJlbWFpbF9jb250ZW50XzIiOiJbYWxsLWZpZWxkc10iLCJzdWNjZXNzX21lc3NhZ2UiOiJUaGUgZm9ybSB3YXMgc2VudCBzdWNjZXNzZnVsbHkuIiwiZXJyb3JfbWVzc2FnZSI6IkFuIGVycm9yIG9jY3VyZWQuIiwicmVxdWlyZWRfZmllbGRfbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwiaW52YWxpZF9tZXNzYWdlIjoiVGhlcmUncyBzb21ldGhpbmcgd3JvbmcuIFRoZSBmb3JtIGlzIGludmFsaWQuIiwiY29sdW1uX2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicm93X2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiZmllbGRfdGV4dF9jb2xvciI6IiMxNjE2MTYiLCJmaWVsZF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJmaWVsZF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImZpZWxkX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImZpZWxkX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJmaWVsZF90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsImZpZWxkX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6My4xNSwic2l6ZXMiOltdfSwiZmllbGRfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJmaWVsZF9ib3JkZXJfY29sb3IiOiIjRUZGMkY0IiwiZmllbGRfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjMiLCJyaWdodCI6IjMiLCJib3R0b20iOiIzIiwibGVmdCI6IjMiLCJpc0xpbmtlZCI6dHJ1ZX0sImZpZWxkX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJ1dHRvbl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzAwQUZGNSIsImJ1dHRvbl90ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJidXR0b25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiYnV0dG9uX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiYnV0dG9uX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYnV0dG9uX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYnV0dG9uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImJ1dHRvbl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX3RleHRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMSIsInJpZ2h0IjoiMzgiLCJib3R0b20iOiIzMSIsImxlZnQiOiIzOCIsImlzTGlua2VkIjpmYWxzZX0sImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIzFEMjk5QiIsImJ1dHRvbl9ob3Zlcl9jb2xvciI6IiNGRkZGRkYiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjQ2IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiNDAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5IjoyMDAsInNlbGVjdGVkX2J1dHRvbl9pY29uIjp7InZhbHVlIjoiIiwibGlicmFyeSI6IiJ9LCJtYWlsY2hpbXBfZmllbGRzX21hcCI6W10sImRyaXBfZmllbGRzX21hcCI6W10sImFjdGl2ZWNhbXBhaWduX2ZpZWxkc19tYXAiOltdLCJnZXRyZXNwb25zZV9maWVsZHNfbWFwIjpbXSwiY29udmVydGtpdF9maWVsZHNfbWFwIjpbXSwibWFpbGVybGl0ZV9maWVsZHNfbWFwIjpbXSwiX2JhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19nYWxsZXJ5IjpbXSwiX2JhY2tncm91bmRfaG92ZXJfaW1hZ2UiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19nYWxsZXJ5IjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImZvcm0ifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5676774a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"5676774a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7e8a6243\\\" data-id=\\\"7e8a6243\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-34a7934d elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"34a7934d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Next Day Delivery for Your Business<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2309,323,'footnotes',''),
(2310,323,'_wp_page_template','elementor_canvas'),
(2311,323,'_elementor_edit_mode','builder'),
(2312,323,'_elementor_template_type','wp-page'),
(2313,323,'_elementor_data',''),
(2314,323,'_elementor_conditions','a:0:{}'),
(2315,323,'_elementor_version','3.32.4'),
(2316,323,'_elementor_pro_version','3.18.2'),
(2317,323,'_elementor_page_settings','a:0:{}'),
(2318,323,'_elementor_page_assets','a:0:{}'),
(2319,324,'footnotes',''),
(2320,324,'_wp_page_template','elementor_canvas'),
(2321,324,'_elementor_edit_mode','builder'),
(2322,324,'_elementor_template_type','wp-page'),
(2323,324,'_elementor_data',''),
(2324,324,'_elementor_conditions','a:0:{}'),
(2325,324,'_elementor_version','3.32.4'),
(2326,324,'_elementor_pro_version','3.18.2'),
(2327,324,'_elementor_page_settings','a:0:{}'),
(2328,324,'_elementor_page_assets','a:0:{}'),
(2329,325,'footnotes',''),
(2330,325,'_wp_page_template','default'),
(2331,325,'_elementor_edit_mode','builder'),
(2332,325,'_elementor_template_type','wp-page'),
(2333,325,'_elementor_data','[{\"id\":\"86974fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"669391a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"7cc8ea70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"57860b86\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11c9143c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"45cfc262\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7316b460\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4154a715\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d81c2\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"68ce3661\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"3bb58506\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b448f4c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":131,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"287\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4475cc91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"8a5badc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3644b5fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6065bfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47205d5d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Call\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5325efef\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"17e340ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4d3753c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52603e2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2ee6560a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2471bfea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"216943aa\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"57f118f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-91\",\"link\":{\"url\":\"tel:+1234567891\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"41bc7bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4c873093\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6cddfb70\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"275f671e\",\"elType\":\"widget\",\"settings\":{\"text\":\"job@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"338ceb09\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":770,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5341f1e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"14c60fa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have a Question? Drop a Line\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4125eb\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"50\",\"_id\":\"c5f3790\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"1261b32\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"dd83361\",\"rows\":5,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"button_text\":\"Send Message\",\"button_align\":\"center\",\"button_align_mobile\":\"stretch\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"field_text_color\":\"#161616\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Montserrat\",\"field_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_typography_text_transform\":\"none\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":3.15,\"sizes\":[]},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"field_border_color\":\"#EFF2F4\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_color\":\"#00AFF5\",\"button_text_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"button_background_hover_color\":\"#1D299B\",\"button_hover_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"email_to\":\"admin@alkara.co.id\",\"email_subject\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from\":\"email@alkara.co.id\",\"email_from_name\":\"Alkara Lintas Samudra\",\"email_to_2\":\"admin@alkara.co.id\",\"email_subject_2\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from_2\":\"email@alkara.co.id\",\"email_from_name_2\":\"Alkara Lintas Samudra\",\"email_reply_to_2\":\"admin@alkara.co.id\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e59739\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"363\",\"right\":\"0\",\"bottom\":\"369\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2ef6ae16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"f80db8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78666c12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e091b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"701a98f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c4a9680\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"40b1af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4570eec4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5fe6c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"596256d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f10aad3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16690a50\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"5e50eb80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150036a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b547425\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34aee58a\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7f15fe3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6a2ae93d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2334,325,'_elementor_conditions','a:0:{}'),
(2335,325,'_elementor_version','3.32.4'),
(2336,325,'_elementor_pro_version','3.18.2'),
(2337,325,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2338,325,'_elementor_page_assets','a:0:{}'),
(2339,200,'_eael_custom_js',''),
(2340,326,'footnotes',''),
(2341,326,'_wp_page_template','default'),
(2342,326,'_elementor_edit_mode','builder'),
(2343,326,'_elementor_template_type','wp-page'),
(2344,326,'_elementor_data','[{\"id\":\"86974fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"669391a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"7cc8ea70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"57860b86\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11c9143c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"45cfc262\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7316b460\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4154a715\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d81c2\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"68ce3661\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"3bb58506\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b448f4c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":131,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"287\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4475cc91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"8a5badc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3644b5fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6065bfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47205d5d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Call\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5325efef\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"17e340ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4d3753c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52603e2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2ee6560a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2471bfea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"216943aa\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"57f118f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-91\",\"link\":{\"url\":\"tel:+1234567891\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"41bc7bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4c873093\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6cddfb70\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"275f671e\",\"elType\":\"widget\",\"settings\":{\"text\":\"job@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"338ceb09\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":770,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5341f1e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"14c60fa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have a Question? Drop a Line\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4125eb\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"50\",\"_id\":\"c5f3790\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"1261b32\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"dd83361\",\"rows\":5,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"button_text\":\"Send Message\",\"button_align\":\"center\",\"button_align_mobile\":\"stretch\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"field_text_color\":\"#161616\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Montserrat\",\"field_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_typography_text_transform\":\"none\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":3.15,\"sizes\":[]},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"field_border_color\":\"#EFF2F4\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_color\":\"#00AFF5\",\"button_text_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"button_background_hover_color\":\"#1D299B\",\"button_hover_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"email_to\":\"admin@alkara.co.id\",\"email_subject\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from\":\"email@alkara.co.id\",\"email_from_name\":\"Alkara Lintas Samudra\",\"email_to_2\":\"admin@alkara.co.id\",\"email_subject_2\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from_2\":\"email@alkara.co.id\",\"email_from_name_2\":\"Alkara Lintas Samudra\",\"email_reply_to_2\":\"admin@alkara.co.id\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e59739\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"363\",\"right\":\"0\",\"bottom\":\"369\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2ef6ae16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"f80db8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78666c12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e091b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"701a98f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c4a9680\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"40b1af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4570eec4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5fe6c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"596256d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f10aad3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16690a50\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"5e50eb80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150036a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b547425\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34aee58a\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7f15fe3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6a2ae93d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2345,326,'_elementor_conditions','a:0:{}'),
(2346,326,'_elementor_version','3.32.4'),
(2347,326,'_elementor_pro_version','3.18.2'),
(2348,326,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2349,326,'_elementor_page_assets','a:2:{s:6:\"styles\";a:12:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:16:\"e-animation-push\";i:8;s:16:\"widget-icon-list\";i:9;s:18:\"e-animation-shrink\";i:10;s:19:\"widget-social-icons\";i:11;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2350,327,'footnotes',''),
(2351,327,'_wp_page_template','default'),
(2352,327,'_elementor_edit_mode','builder'),
(2353,327,'_elementor_template_type','wp-page'),
(2354,327,'_elementor_data','[{\"id\":\"86974fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"669391a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"7cc8ea70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"57860b86\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11c9143c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"45cfc262\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7316b460\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4154a715\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d81c2\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"68ce3661\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"3bb58506\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b448f4c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":131,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"287\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4475cc91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"8a5badc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3644b5fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6065bfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47205d5d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Call\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5325efef\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"17e340ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4d3753c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52603e2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2ee6560a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2471bfea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"216943aa\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"57f118f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-91\",\"link\":{\"url\":\"tel:+1234567891\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"41bc7bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4c873093\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6cddfb70\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"275f671e\",\"elType\":\"widget\",\"settings\":{\"text\":\"job@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"338ceb09\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":770,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5341f1e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"14c60fa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have a Question? Drop a Line\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4125eb\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"50\",\"_id\":\"c5f3790\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"1261b32\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"dd83361\",\"rows\":5,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"button_text\":\"Send Message\",\"button_align\":\"center\",\"button_align_mobile\":\"stretch\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"field_text_color\":\"#161616\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Montserrat\",\"field_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_typography_text_transform\":\"none\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":3.15,\"sizes\":[]},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"field_border_color\":\"#EFF2F4\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_color\":\"#00AFF5\",\"button_text_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"button_background_hover_color\":\"#1D299B\",\"button_hover_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"email_to\":\"admin@alkara.co.id\",\"email_subject\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from\":\"email@alkara.co.id\",\"email_from_name\":\"Alkara Lintas Samudra\",\"email_to_2\":\"admin@alkara.co.id\",\"email_subject_2\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from_2\":\"email@alkara.co.id\",\"email_from_name_2\":\"Alkara Lintas Samudra\",\"email_reply_to_2\":\"admin@alkara.co.id\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e59739\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"363\",\"right\":\"0\",\"bottom\":\"369\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2ef6ae16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"f80db8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78666c12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e091b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"701a98f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c4a9680\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"40b1af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4570eec4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5fe6c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"596256d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f10aad3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16690a50\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"5e50eb80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150036a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b547425\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34aee58a\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7f15fe3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6a2ae93d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2355,327,'_elementor_conditions','a:0:{}'),
(2356,327,'_elementor_version','3.32.4'),
(2357,327,'_elementor_pro_version','3.18.2'),
(2358,327,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2359,327,'_elementor_page_assets','a:2:{s:6:\"styles\";a:12:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:16:\"e-animation-push\";i:8;s:16:\"widget-icon-list\";i:9;s:18:\"e-animation-shrink\";i:10;s:19:\"widget-social-icons\";i:11;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2360,328,'footnotes',''),
(2361,328,'_wp_page_template','default'),
(2362,328,'_elementor_edit_mode','builder'),
(2363,328,'_elementor_template_type','wp-page'),
(2364,328,'_elementor_data','[{\"id\":\"86974fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"669391a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"7cc8ea70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"57860b86\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11c9143c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"45cfc262\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7316b460\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4154a715\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d81c2\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"68ce3661\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"3bb58506\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b448f4c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":251,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"287\",\"right\":\"0\",\"bottom\":\"127\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4475cc91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"8a5badc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3644b5fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6065bfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47205d5d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Call\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF730C\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5325efef\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"17e340ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#00AFF5\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4d3753c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":132,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52603e2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"2ee6560a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF730C\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2471bfea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":133,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"216943aa\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"57f118f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-91\",\"link\":{\"url\":\"tel:+1234567891\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"41bc7bb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FF371E\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"53\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"60\",\"bottom\":\"35\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"60\",\"bottom\":\"30\",\"left\":\"60\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4c873093\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":134,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6cddfb70\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"275f671e\",\"elType\":\"widget\",\"settings\":{\"text\":\"job@yoursite.com\",\"link\":{\"url\":\"mailto:@.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"hover_animation\":\"push\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"338ceb09\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":770,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5341f1e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"14c60fa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have a Question? Drop a Line\",\"align\":\"center\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4125eb\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"width\":\"50\",\"_id\":\"c5f3790\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"width\":\"50\",\"_id\":\"1261b32\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"dd83361\",\"rows\":5,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"lg\",\"show_labels\":\"\",\"button_text\":\"Send Message\",\"button_align\":\"center\",\"button_align_mobile\":\"stretch\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"field_text_color\":\"#161616\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Montserrat\",\"field_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_typography_text_transform\":\"none\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":3.15,\"sizes\":[]},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"field_border_color\":\"#EFF2F4\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_color\":\"#00AFF5\",\"button_text_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"capitalize\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"button_background_hover_color\":\"#1D299B\",\"button_hover_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200,\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"email_to\":\"admin@alkara.co.id\",\"email_subject\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from\":\"email@alkara.co.id\",\"email_from_name\":\"Alkara Lintas Samudra\",\"email_to_2\":\"admin@alkara.co.id\",\"email_subject_2\":\"New message from &quot;Alkara Lintas Samudra&quot;\",\"email_from_2\":\"email@alkara.co.id\",\"email_from_name_2\":\"Alkara Lintas Samudra\",\"email_reply_to_2\":\"admin@alkara.co.id\",\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e59739\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"53\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"363\",\"right\":\"0\",\"bottom\":\"369\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2ef6ae16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"flex-start\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"f80db8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78666c12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e091b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"701a98f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c4a9680\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"40b1af6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4570eec4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d5fe6c3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"596256d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f10aad3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16690a50\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"5e50eb80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150036a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b547425\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34aee58a\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7f15fe3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6a2ae93d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2365,328,'_elementor_conditions','a:0:{}'),
(2366,328,'_elementor_version','3.32.4'),
(2367,328,'_elementor_pro_version','3.18.2'),
(2368,328,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2369,328,'_elementor_page_assets','a:2:{s:6:\"styles\";a:12:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:16:\"e-animation-push\";i:8;s:16:\"widget-icon-list\";i:9;s:18:\"e-animation-shrink\";i:10;s:19:\"widget-social-icons\";i:11;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2370,197,'_astra_content_layout_flag','disabled'),
(2371,197,'ast-title-bar-display','disabled'),
(2372,197,'_elementor_version','3.32.4'),
(2373,197,'_elementor_pro_version','3.18.2'),
(2374,197,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2385,194,'_elementor_css','a:6:{s:4:\"time\";i:1765028539;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2386,194,'_elementor_element_cache','{\"timeout\":1765432353,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-30d54c57 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"30d54c57\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-67004769\\\" data-id=\\\"67004769\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-76600533 elementor-widget elementor-widget-image\\\" data-id=\\\"76600533\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"374\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\\\" class=\\\"attachment-full size-full wp-image-273\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png 1200w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-300x94.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-1024x319.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-768x239.png 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-36777ee0\\\" data-id=\\\"36777ee0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6ImZjYmI3ZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbl9pdGVtcyI6ImNlbnRlciIsInBvaW50ZXIiOiJub25lIiwiaW5kaWNhdG9yIjoiY2hldnJvbiIsInRvZ2dsZV9hbGlnbiI6InJpZ2h0IiwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEyNSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwibWVudV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoiY2FwaXRhbGl6ZSIsIm1lbnVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY29sb3JfbWVudV9pdGVtIjoiIzE0M2M2NCIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiNlYzFjMjQiLCJjb2xvcl9tZW51X2l0ZW1fYWN0aXZlIjoiI2Q0OTQyYyIsInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwibWVudV9zcGFjZV9iZXR3ZWVuIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29sb3JfZHJvcGRvd25faXRlbSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjMDBBRkY1IiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiMxRDI5OUIiLCJkcm9wZG93bl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJkcm9wZG93bl90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoiY2FwaXRhbGl6ZSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiZHJvcGRvd25fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImRyb3Bkb3duX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwiZHJvcGRvd25fZGl2aWRlcl9ib3JkZXIiOiJzb2xpZCIsImRyb3Bkb3duX2RpdmlkZXJfY29sb3IiOiJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMikiLCJkcm9wZG93bl9kaXZpZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiZnVsbF93aWR0aCI6InN0cmV0Y2giLCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9jb2xvcl9ob3ZlciI6IiMwMEFGRjUiLCJ0b2dnbGVfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozNSwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJtZW51IjoibWFpbi1tZW51IiwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6OTkuODc5fSwiX2ZsZXhfc2l6ZSI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-58e66531 elementor-hidden-phone\\\" data-id=\\\"58e66531\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6c604553 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"6c604553\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img width=\\\"19\\\" height=\\\"28\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\\\" class=\\\"attachment-full size-full wp-image-160\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-3b144b7c\\\" data-id=\\\"3b144b7c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjU0YTQyNWVmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-6b8f0ed6\\\" data-id=\\\"6b8f0ed6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fcf140a elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"fcf140a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Reservation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-20ef08d9 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"20ef08d9\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5b20faa8\\\" data-id=\\\"5b20faa8\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7c47944d elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7c47944d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Testimonials<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-65a0a3b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"65a0a3b0\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e676188 elementor-invisible\\\" data-id=\\\"1e676188\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2766166b elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"2766166b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"72\\\" height=\\\"44\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\\\" class=\\\"attachment-full size-full wp-image-26\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjVjMTQ2ZGYzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2xpZGVzIjpbeyJjb250ZW50IjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgbWFnbmEgbWFnbmEsIHNvbGxpY2l0dWRpbiBuZWMgcXVhbSB2ZWwuICIsIm5hbWUiOiJBbnRob255IE1lYWQiLCJ0aXRsZSI6IkRvY3RvciwgQVIiLCJpbWFnZSI6eyJpZCI6MTIyLCJ1cmwiOiJodHRwczpcL1wvYWxrYXJhLmNvLmlkXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMFwvdGVhbS0xLnBuZyJ9LCJfaWQiOiI5ZWUxYjljIn1dLCJsYXlvdXQiOiJpbWFnZV9zdGFja2VkIiwic2xpZGVzX3Blcl92aWV3IjoiMSIsInNsaWRlc190b19zY3JvbGwiOiIxIiwid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sInNob3dfYXJyb3dzIjoiIiwicGFnaW5hdGlvbiI6IiIsImF1dG9wbGF5IjoiIiwibG9vcCI6IiIsInNwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwic3BhY2VfYmV0d2Vlbl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwic2xpZGVfYm9yZGVyX3NpemUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInNsaWRlX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbnRlbnRfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjE5LCJzaXplcyI6W119LCJjb250ZW50X2dhcF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sImNvbnRlbnRfZ2FwX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwiY29udGVudF9jb2xvciI6IiM2QTZBNkEiLCJjb250ZW50X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImNvbnRlbnRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJjb250ZW50X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMzc1LCJzaXplcyI6W119LCJjb250ZW50X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJyZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImNvbnRlbnRfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJjb250ZW50X3R5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsImNvbnRlbnRfdHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwiY29udGVudF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNjM2LCJzaXplcyI6W119LCJjb250ZW50X3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiY29udGVudF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm5hbWVfY29sb3IiOiIjMTYxNjE2IiwibmFtZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJuYW1lX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwibmFtZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwibmFtZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwibmFtZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwibmFtZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoiY2FwaXRhbGl6ZSIsIm5hbWVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJuYW1lX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidGl0bGVfY29sb3IiOiIjNkE2QTZBIiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLjIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiaW1hZ2Vfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwiaW1hZ2Vfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTAsInNpemVzIjpbXX0sImltYWdlX2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwiaW1hZ2VfZ2FwX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwiaW1hZ2VfZ2FwX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwiaW1hZ2VfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImFycm93c19zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGVzdGltb25pYWwtY2Fyb3VzZWwifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-37bc1fa8 elementor-invisible\\\" data-id=\\\"37bc1fa8\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4ec6f78f elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"4ec6f78f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"72\\\" height=\\\"44\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/quotes-1.png\\\" class=\\\"attachment-full size-full wp-image-26\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjY3MTllODY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2xpZGVzIjpbeyJjb250ZW50IjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgbWFnbmEgbWFnbmEsIHNvbGxpY2l0dWRpbiBuZWMgcXVhbSB2ZWwuICIsIm5hbWUiOiJBbnRob255IE1lYWQiLCJ0aXRsZSI6IkRvY3RvciwgQVIiLCJpbWFnZSI6eyJpZCI6MTIzLCJ1cmwiOiJodHRwczpcL1wvYWxrYXJhLmNvLmlkXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMFwvdGVhbS00LnBuZyJ9LCJfaWQiOiI5ZWUxYjljIn1dLCJsYXlvdXQiOiJpbWFnZV9zdGFja2VkIiwic2xpZGVzX3Blcl92aWV3IjoiMSIsInNsaWRlc190b19zY3JvbGwiOiIxIiwid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sInNob3dfYXJyb3dzIjoiIiwicGFnaW5hdGlvbiI6IiIsImF1dG9wbGF5IjoiIiwibG9vcCI6IiIsInNwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwic3BhY2VfYmV0d2Vlbl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwic2xpZGVfYm9yZGVyX3NpemUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInNsaWRlX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbnRlbnRfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjE5LCJzaXplcyI6W119LCJjb250ZW50X2dhcF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sImNvbnRlbnRfZ2FwX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwiY29udGVudF9jb2xvciI6IiM2QTZBNkEiLCJjb250ZW50X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImNvbnRlbnRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJjb250ZW50X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMzc1LCJzaXplcyI6W119LCJjb250ZW50X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJyZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImNvbnRlbnRfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJjb250ZW50X3R5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsImNvbnRlbnRfdHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwiY29udGVudF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNjM2LCJzaXplcyI6W119LCJjb250ZW50X3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiY29udGVudF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm5hbWVfY29sb3IiOiIjMTYxNjE2IiwibmFtZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJuYW1lX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwibmFtZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwibmFtZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfSwibmFtZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwibmFtZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoiY2FwaXRhbGl6ZSIsIm5hbWVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJuYW1lX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidGl0bGVfY29sb3IiOiIjNkE2QTZBIiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLjIsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiaW1hZ2Vfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwiaW1hZ2Vfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTAsInNpemVzIjpbXX0sImltYWdlX2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwiaW1hZ2VfZ2FwX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwiaW1hZ2VfZ2FwX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwiaW1hZ2VfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImFycm93c19zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGVzdGltb25pYWwtY2Fyb3VzZWwifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-447e016f elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"447e016f\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3bbbbd3f\\\" data-id=\\\"3bbbbd3f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-433db37f elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"433db37f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\\\" title=\\\"team-5.png\\\" alt=\\\"team-5.png\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6fb718fc\\\" data-id=\\\"6fb718fc\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjEzMjA3Y2EwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2xpZGVzIjpbeyJjb250ZW50IjoiU3VzcGVuZGlzc2UgYW50ZSBzYXBpZW4sIG1vbGxpcyBhIG9kaW8gbmVjLCB1bHRyaWNpZXMgbG9ib3J0aXMgbWV0dXMuIEludGVnZXIgZGlnbmlzc2ltIHVybmEgYXQgdG9ydG9yIGlhY3VsaXMsIHNhZ2l0dGlzLiIsIm5hbWUiOiJNaXJhbmRhIEF0a2lucyIsInRpdGxlIjoiVGVhY2hlciwgTlkiLCJpbWFnZSI6eyJpZCI6IjY0IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3RlYW0tNi5wbmcifSwiX2lkIjoiOWVlMWI5YyJ9XSwiYWxpZ25tZW50IjoibGVmdCIsInNsaWRlc19wZXJfdmlldyI6IjEiLCJzbGlkZXNfdG9fc2Nyb2xsIjoiMSIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJzaG93X2Fycm93cyI6IiIsInBhZ2luYXRpb24iOiIiLCJhdXRvcGxheSI6IiIsImxvb3AiOiIiLCJzcGFjZV9iZXR3ZWVuIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInNsaWRlX2JvcmRlcl9zaXplIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJzbGlkZV9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb250ZW50X2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjoyOSwic2l6ZXMiOltdfSwiY29udGVudF9nYXBfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE3LCJzaXplcyI6W119LCJjb250ZW50X2NvbG9yIjoiIzE2MTYxNiIsImNvbnRlbnRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY29udGVudF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImNvbnRlbnRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS41LCJzaXplcyI6W119LCJjb250ZW50X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjI1LCJzaXplcyI6W119LCJjb250ZW50X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJjb250ZW50X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiY29udGVudF90eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJjb250ZW50X3R5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsImNvbnRlbnRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQxNywic2l6ZXMiOltdfSwiY29udGVudF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sImNvbnRlbnRfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJuYW1lX2NvbG9yIjoiIzE2MTYxNiIsIm5hbWVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibmFtZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm5hbWVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sIm5hbWVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJyZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sIm5hbWVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm5hbWVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJuYW1lX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibmFtZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRpdGxlX2NvbG9yIjoiIzZBNkE2QSIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInRpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJpbWFnZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjcwLCJzaXplcyI6W119LCJpbWFnZV9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwiaW1hZ2VfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJpbWFnZV9nYXBfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJpbWFnZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiYXJyb3dzX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXN0aW1vbmlhbC1jYXJvdXNlbCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2387,330,'footnotes',''),
(2388,330,'_wp_page_template','elementor_canvas'),
(2389,330,'_elementor_edit_mode','builder'),
(2390,330,'_elementor_template_type','wp-page'),
(2391,330,'_elementor_data',''),
(2392,330,'_elementor_conditions','a:0:{}'),
(2393,330,'_elementor_version','3.32.4'),
(2394,330,'_elementor_pro_version','3.18.2'),
(2395,330,'_elementor_page_settings','a:0:{}'),
(2396,331,'footnotes',''),
(2397,331,'_wp_page_template','elementor_canvas'),
(2398,331,'_elementor_edit_mode','builder'),
(2399,331,'_elementor_template_type','wp-page'),
(2400,331,'_elementor_data',''),
(2401,331,'_elementor_conditions','a:0:{}'),
(2402,331,'_elementor_version','3.32.4'),
(2403,331,'_elementor_pro_version','3.18.2'),
(2404,331,'_elementor_page_settings','a:0:{}'),
(2405,332,'footnotes',''),
(2406,332,'_wp_page_template','default'),
(2407,332,'_elementor_edit_mode','builder'),
(2408,332,'_elementor_template_type','wp-page'),
(2409,332,'_elementor_data','[{\"id\":\"2efa5c50\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"74b93a83\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"f1f0b31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"8775e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e3fa469\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"748e0d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"202bfafd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"550f60d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43bd5332\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"3fa008ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"de87fbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26445673\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"189\",\"right\":\"0\",\"bottom\":\"172\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"386435f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"29f659fa\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"1\",\"classic_columns_tablet\":\"1\",\"classic_posts_per_page\":1,\"classic_thumbnail\":\"none\",\"classic_title_tag\":\"h1\",\"classic_show_excerpt\":\"\",\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_posts_per_page\":1,\"full_content_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_alignment\":\"center\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_title_color\":\"#FFFFFF\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":3.1,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"capitalize\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"classic_meta_color\":\"#FFFFFF\",\"classic_meta_separator_color\":\"#FFFFFF\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"classic_read_more_color\":\"#FFFFFF\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"classic_meta_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"classic_meta_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeIn\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ab1ea16\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4e3c41d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"374c2a4c\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"4\",\"classic_posts_per_page\":4,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.58,\"sizes\":[]},\"classic_title_tag\":\"h6\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"classic_title_typography_font_weight\":\"700\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_order\":\"asc\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2103993b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"116\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6058384a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"66acd793\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Articles\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20ba1cd8\",\"elType\":\"widget\",\"settings\":{\"classic_columns\":\"2\",\"classic_posts_per_page\":4,\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.595,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[\"6\"],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":2.25,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.6,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.278,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_order\":\"asc\",\"classic_columns_tablet\":\"1\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61675c2b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"21aaffa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"751246f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.1,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4598388b\",\"elType\":\"widget\",\"settings\":{\"classic_thumbnail_size_size\":\"full\",\"classic_item_ratio\":{\"unit\":\"px\",\"size\":0.598,\"sizes\":[]},\"classic_title_tag\":\"h2\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\",\"classic_read_more_text\":\"Read More\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"posts_include\":[],\"posts_include_term_ids\":[],\"classic_alignment\":\"left\",\"classic_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"classic_image_spacing\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"classic_title_color\":\"#161616\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"classic_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"classic_title_typography_font_weight\":\"800\",\"classic_title_typography_text_transform\":\"none\",\"classic_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.417,\"sizes\":[]},\"classic_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"classic_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"classic_meta_color\":\"#A5AAAD\",\"classic_meta_separator_color\":\"#A5AAAD\",\"classic_meta_typography_typography\":\"custom\",\"classic_meta_typography_font_family\":\"Montserrat\",\"classic_meta_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"classic_meta_typography_font_weight\":\"400\",\"classic_meta_typography_text_transform\":\"none\",\"classic_meta_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_meta_spacing\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"classic_excerpt_color\":\"#6A6A6A\",\"classic_excerpt_typography_typography\":\"custom\",\"classic_excerpt_typography_font_family\":\"Montserrat\",\"classic_excerpt_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_excerpt_typography_font_weight\":\"400\",\"classic_excerpt_typography_text_transform\":\"none\",\"classic_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"classic_excerpt_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_excerpt_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"posts_order\":\"asc\",\"classic_row_gap\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"classic_excerpt_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"classic_read_more_color\":\"#FF371E\",\"classic_read_more_typography_typography\":\"custom\",\"classic_read_more_typography_font_family\":\"Montserrat\",\"classic_read_more_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"classic_read_more_typography_font_weight\":\"700\",\"classic_read_more_typography_text_transform\":\"capitalize\",\"classic_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"classic_read_more_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"classic_read_more_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40df3de6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"53dbb134\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"229fa029\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10554613\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"d15dddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5295492e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"689dd83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a200b60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249c414f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"298be3d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"22b72fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"45acd722\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2723ec05\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76a5cc65\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ce13edb\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6a442d14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2410,332,'_elementor_conditions','a:0:{}'),
(2411,332,'_elementor_version','3.32.4'),
(2412,332,'_elementor_pro_version','3.18.2'),
(2413,332,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2414,197,'_elementor_page_assets','a:2:{s:6:\"styles\";a:10:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:21:\"e-animation-slideInUp\";i:5;s:14:\"widget-heading\";i:6;s:16:\"widget-icon-list\";i:7;s:18:\"e-animation-shrink\";i:8;s:19:\"widget-social-icons\";i:9;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:4:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";i:3;s:12:\"imagesloaded\";}}'),
(2415,197,'_eael_custom_js',''),
(2416,197,'_edit_last','1'),
(2417,333,'_edit_lock','1765029159:1'),
(2418,334,'_menu_item_type','post_type'),
(2419,334,'_menu_item_menu_item_parent','180'),
(2420,334,'_menu_item_object_id','333'),
(2421,334,'_menu_item_object','page'),
(2422,334,'_menu_item_target',''),
(2423,334,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2424,334,'_menu_item_xfn',''),
(2425,334,'_menu_item_url',''),
(2426,333,'_wp_page_template','elementor_canvas'),
(2427,333,'_eb_attr',''),
(2428,333,'site-sidebar-layout','no-sidebar'),
(2429,333,'site-content-layout',''),
(2430,333,'ast-site-content-layout','full-width-container'),
(2431,333,'site-content-style','default'),
(2432,333,'site-sidebar-style','default'),
(2433,333,'ast-global-header-display',''),
(2434,333,'ast-banner-title-visibility',''),
(2435,333,'ast-main-header-display',''),
(2436,333,'ast-hfb-above-header-display',''),
(2437,333,'ast-hfb-below-header-display',''),
(2438,333,'ast-hfb-mobile-header-display',''),
(2440,333,'ast-breadcrumbs-content',''),
(2441,333,'ast-featured-img','disabled'),
(2442,333,'footer-sml-layout',''),
(2443,333,'theme-transparent-header-meta',''),
(2444,333,'adv-header-id-meta',''),
(2445,333,'stick-header-meta',''),
(2446,333,'header-above-stick-meta',''),
(2447,333,'header-main-stick-meta',''),
(2448,333,'header-below-stick-meta',''),
(2449,333,'astra-migrate-meta-layouts','default'),
(2450,333,'ast-page-background-enabled','default'),
(2451,333,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(2452,333,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(2453,333,'footnotes',''),
(2454,333,'_elementor_edit_mode','builder'),
(2455,333,'_elementor_template_type','wp-page');
INSERT INTO `wpr1_postmeta` VALUES
(2456,333,'_elementor_data','[{\"id\":\"54a639c8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"66930261\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"a2d31fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"146c3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3113a18c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"493f6e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"431ffda4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"50b835ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c7016b\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"54abdf42\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"56223be0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"276f82e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"204\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b4be661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5a34f050\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full-service International Freight\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e14f13\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"60\",\"bottom\":\"31\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":300,\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2be9238e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"133\",\"right\":\"0\",\"bottom\":\"112\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d5c143\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"2ddd765\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a30f5b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f4ee5a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"47a0ebd8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Logistics Manager\",\"description_text\":\"Account Execs\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"2e22ebfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"39f3d60a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Angelo Wysong\",\"description_text\":\"General Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"35da5752\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50fab690\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"53aca4d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"William Sanchez\",\"description_text\":\"Customer Service\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"281fd08f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"362377a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"123\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"David Brooks\",\"description_text\":\"Truck Driver\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c49f393\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1306347b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"774a57e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"122\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Mark Patison\",\"description_text\":\"Special Courier\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"68bbaee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"841a85c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"126\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Toby Stivens\",\"description_text\":\"Support Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5fc93c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"33509b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73548635\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"454\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4674e7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"220\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c6431ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":226,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img7.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":13.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42f1d20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":227,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img8.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":13.2,\"sizes\":[]},\"_element_vertical_align_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"142aa729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b910f6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Careers\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64ae51d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"71\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"6d32193d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d347edf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Ingineer\\/Technologist,\",\"header_size\":\"h6\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"719054ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"77a30954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59a3913\",\"elType\":\"widget\",\"settings\":{\"title\":\"Job summary\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e9ab24e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dole sunt in culpa qui officia deserunt mollitia animi.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7adcf6de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your responsibilities:\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ba82917\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Creating value for a customer\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"771e10f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Building a strong infrastructure\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3140ed2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Quality measure men\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"298ef2be\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3c2dc645\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ca665f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Warehouse Officer\",\"header_size\":\"h6\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a703366\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"41\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"48033378\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"361d5233\",\"elType\":\"widget\",\"settings\":{\"title\":\"Job summary\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1204949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26d27759\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"377\",\"right\":\"0\",\"bottom\":\"381\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d18526b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6000ede6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"left\",\"align_mobile\":\"left\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56a1e3dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4735b320\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"110b03a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74fa1a90\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a12e1ba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"25e96461\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150c5600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f3c1011\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2e7b0a22\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74f7fbe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33db0b04\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"4d4e05a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37569bfa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9b3b68\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40135e92\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4c4d549f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"687fe80e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2457,333,'_elementor_conditions','a:0:{}'),
(2458,335,'footnotes',''),
(2459,333,'_astra_content_layout_flag','disabled'),
(2460,333,'ast-title-bar-display','disabled'),
(2461,333,'_elementor_version','3.32.4'),
(2462,333,'_elementor_pro_version','3.18.2'),
(2463,333,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2464,333,'_eael_post_view_count','7'),
(2475,337,'footnotes',''),
(2476,337,'_wp_page_template','elementor_canvas'),
(2477,337,'_elementor_edit_mode','builder'),
(2478,337,'_elementor_template_type','wp-page'),
(2479,337,'_elementor_data',''),
(2480,337,'_elementor_conditions','a:0:{}'),
(2481,337,'_elementor_version','3.32.4'),
(2482,337,'_elementor_pro_version','3.18.2'),
(2483,337,'_elementor_page_settings','a:0:{}'),
(2484,338,'footnotes',''),
(2485,338,'_wp_page_template','elementor_canvas'),
(2486,338,'_elementor_edit_mode','builder'),
(2487,338,'_elementor_template_type','wp-page'),
(2488,338,'_elementor_data',''),
(2489,338,'_elementor_conditions','a:0:{}'),
(2490,338,'_elementor_version','3.32.4'),
(2491,338,'_elementor_pro_version','3.18.2'),
(2492,338,'_elementor_page_settings','a:0:{}'),
(2493,339,'footnotes',''),
(2494,339,'_wp_page_template','default'),
(2495,339,'_elementor_edit_mode','builder'),
(2496,339,'_elementor_template_type','wp-page'),
(2497,339,'_elementor_data','[{\"id\":\"54a639c8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"66930261\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"a2d31fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"146c3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3113a18c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"493f6e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"431ffda4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"50b835ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c7016b\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"54abdf42\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"56223be0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"276f82e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"17\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"204\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b4be661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5a34f050\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full-service International Freight\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e14f13\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#00AFF5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"60\",\"bottom\":\"31\",\"left\":\"60\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation_delay\":300,\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2be9238e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"133\",\"right\":\"0\",\"bottom\":\"112\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d5c143\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"2ddd765\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Delivery Team\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a30f5b2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f4ee5a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"47a0ebd8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Logistics Manager\",\"description_text\":\"Account Execs\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"2e22ebfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"39f3d60a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Angelo Wysong\",\"description_text\":\"General Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"35da5752\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50fab690\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"53aca4d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"William Sanchez\",\"description_text\":\"Customer Service\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"281fd08f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"362377a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"123\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"David Brooks\",\"description_text\":\"Truck Driver\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2c49f393\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1306347b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"774a57e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"122\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Mark Patison\",\"description_text\":\"Special Courier\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"68bbaee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"841a85c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"126\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\"},\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"219\"},\"title_text\":\"Toby Stivens\",\"description_text\":\"Support Manager\",\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"title_color\":\"#161616\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_weight\":\"800\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#A5AAAD\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Montserrat\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5fc93c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"33509b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73548635\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"454\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4674e7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"50\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"220\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c6431ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":226,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img7.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":13.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42f1d20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":227,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img8.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":13.2,\"sizes\":[]},\"_element_vertical_align_tablet\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"142aa729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b910f6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Careers\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64ae51d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"71\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"6d32193d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d347edf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Ingineer\\/Technologist,\",\"header_size\":\"h6\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"719054ad\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"77a30954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59a3913\",\"elType\":\"widget\",\"settings\":{\"title\":\"Job summary\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e9ab24e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dole sunt in culpa qui officia deserunt mollitia animi.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7adcf6de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your responsibilities:\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ba82917\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Creating value for a customer\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"771e10f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Building a strong infrastructure\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3140ed2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Quality measure men\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":228,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line-blue.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"298ef2be\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"3c2dc645\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"1ca665f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Warehouse Officer\",\"header_size\":\"h6\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a703366\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"41\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"48033378\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"39\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"361d5233\",\"elType\":\"widget\",\"settings\":{\"title\":\"Job summary\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1204949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26d27759\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"377\",\"right\":\"0\",\"bottom\":\"381\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d18526b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6000ede6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Next Day Delivery for Your Business\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"left\",\"align_mobile\":\"left\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56a1e3dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services\",\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"align\":\"left\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4735b320\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"110b03a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74fa1a90\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a12e1ba\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"25e96461\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150c5600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f3c1011\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2e7b0a22\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74f7fbe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33db0b04\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"4d4e05a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37569bfa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e9b3b68\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40135e92\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4c4d549f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"687fe80e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2498,339,'_elementor_conditions','a:0:{}'),
(2499,339,'_elementor_version','3.32.4'),
(2500,339,'_elementor_pro_version','3.18.2'),
(2501,339,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2502,333,'_elementor_page_assets','a:2:{s:6:\"styles\";a:11:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:23:\"e-animation-slideInDown\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:16:\"widget-icon-list\";i:8;s:18:\"e-animation-shrink\";i:9;s:19:\"widget-social-icons\";i:10;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2503,333,'_eael_custom_js',''),
(2504,333,'_edit_last','1'),
(2505,340,'_edit_lock','1765028599:1'),
(2506,341,'_edit_lock','1765029191:1'),
(2507,342,'_menu_item_type','post_type'),
(2508,342,'_menu_item_menu_item_parent','192'),
(2509,342,'_menu_item_object_id','341'),
(2510,342,'_menu_item_object','page'),
(2511,342,'_menu_item_target',''),
(2512,342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2513,342,'_menu_item_xfn',''),
(2514,342,'_menu_item_url',''),
(2515,341,'_wp_page_template','elementor_canvas'),
(2516,341,'_eb_attr',''),
(2517,341,'site-sidebar-layout','no-sidebar'),
(2518,341,'site-content-layout',''),
(2519,341,'ast-site-content-layout','full-width-container'),
(2520,341,'site-content-style','default'),
(2521,341,'site-sidebar-style','default'),
(2522,341,'ast-global-header-display',''),
(2523,341,'ast-banner-title-visibility',''),
(2524,341,'ast-main-header-display',''),
(2525,341,'ast-hfb-above-header-display',''),
(2526,341,'ast-hfb-below-header-display',''),
(2527,341,'ast-hfb-mobile-header-display',''),
(2529,341,'ast-breadcrumbs-content',''),
(2530,341,'ast-featured-img','disabled'),
(2531,341,'footer-sml-layout',''),
(2532,341,'theme-transparent-header-meta',''),
(2533,341,'adv-header-id-meta',''),
(2534,341,'stick-header-meta',''),
(2535,341,'header-above-stick-meta',''),
(2536,341,'header-main-stick-meta',''),
(2537,341,'header-below-stick-meta',''),
(2538,341,'astra-migrate-meta-layouts','default'),
(2539,341,'ast-page-background-enabled','default'),
(2540,341,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(2541,341,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(2542,341,'footnotes',''),
(2543,341,'_elementor_edit_mode','builder'),
(2544,341,'_elementor_template_type','wp-page'),
(2545,341,'_elementor_data','[{\"id\":\"64bdb85b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"1d8d924e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"49ebf478\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1829416\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a7912\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"31a4a462\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"2e78e7dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4aaa0603\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66051556\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"5e5cf8b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7598b080\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79e3f691\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f865b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6d489b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18777b7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e5fac35\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"439e6a2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"622cde0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"100574df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4901c6e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"484ae870\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50e4e120\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76c5dba6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4950d2ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53d64b57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bc37992\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7aecc741\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1620052b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"1e59f6df\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f199635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d1ba805\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e1440b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ca5c44d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c21be42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4340cbc0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"651dd3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"1b697b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"483c2265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47854444\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"446feba2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14c0fe53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1219db03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23b66456\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"588de4ed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b8736bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"30dc6c11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"194037b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"58523e86\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1381d775\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c479da7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"28a0fed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"111fab5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"4a32b7d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ca18c0c\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"68fb65c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"663bbe4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7786a65b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"794a7465\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a55500f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"760b4c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a57513\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"6f58d720\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"d1ef46b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1c4303fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7b1c0045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"31fe1230\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"30fa08fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2903a795\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22ea5758\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b04f166\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"682d4ba3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"189f0fdb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"5e23fd33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65a09a39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fc195b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"56261c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1936fb18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"4c77bb14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"523b3c66\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"4eeef9c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"33e3945d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"52e3912f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2454ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7435d592\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6ae15601\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150fff81\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3253d08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"342fd70c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41c97eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"2abf3409\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"39075ba7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"180e5e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"31733287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"560cda4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a36fc29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7b0cc204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bf031ad\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"1cd0efe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1995d6b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e3dd9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"73c14c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1a492155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"2318b717\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32a786c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1bf808e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"330d5e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c789180\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46620f95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d26111c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fb20a99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7128199f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3986c4c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"1cceaa1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2072fa85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"34b59bb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2372d981\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"10646c76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"426991ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f69a7fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2aa11b82\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1967bbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ed6ff6e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e1acc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"500a3e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"28e172c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"401feb2e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1effc1c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"111e407\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d924155\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3806dcfe\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7dc68dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a797305\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ef1243\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1219d00f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5269f21b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"534e2fb5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3c4dba08\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a9b4c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3afe4dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13d1fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6479f39f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"46e6679f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2546,341,'_elementor_conditions','a:0:{}'),
(2547,343,'footnotes',''),
(2548,341,'_astra_content_layout_flag','disabled'),
(2549,341,'ast-title-bar-display','disabled'),
(2550,341,'_elementor_version','3.32.4'),
(2551,341,'_elementor_pro_version','3.18.2'),
(2552,341,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2553,341,'_eael_post_view_count','8'),
(2564,345,'footnotes',''),
(2565,345,'_wp_page_template','elementor_canvas'),
(2566,345,'_elementor_edit_mode','builder'),
(2567,345,'_elementor_template_type','wp-page'),
(2568,345,'_elementor_data',''),
(2569,345,'_elementor_conditions','a:0:{}'),
(2570,345,'_elementor_version','3.32.4'),
(2571,345,'_elementor_pro_version','3.18.2'),
(2572,345,'_elementor_page_settings','a:0:{}'),
(2573,346,'footnotes',''),
(2574,346,'_wp_page_template','elementor_canvas'),
(2575,346,'_elementor_edit_mode','builder'),
(2576,346,'_elementor_template_type','wp-page'),
(2577,346,'_elementor_data',''),
(2578,346,'_elementor_conditions','a:0:{}'),
(2579,346,'_elementor_version','3.32.4'),
(2580,346,'_elementor_pro_version','3.18.2'),
(2581,346,'_elementor_page_settings','a:0:{}'),
(2582,347,'footnotes',''),
(2583,347,'_wp_page_template','default'),
(2584,347,'_elementor_edit_mode','builder'),
(2585,347,'_elementor_template_type','wp-page'),
(2586,347,'_elementor_data','[{\"id\":\"64bdb85b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"1d8d924e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"49ebf478\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1829416\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a7912\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"31a4a462\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"2e78e7dc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4aaa0603\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66051556\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"5e5cf8b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7598b080\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79e3f691\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"146\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"217\",\"right\":\"0\",\"bottom\":\"213\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f865b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"6d489b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Deliver Your Cargo\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.2,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"zoomIn\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18777b7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"When You Need It and Where You Need It\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e5fac35\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"126\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"439e6a2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"622cde0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Types of Cargo\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"100574df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"66\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4901c6e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\"},\"elements\":[{\"id\":\"484ae870\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#00AFF5\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50e4e120\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76c5dba6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4950d2ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53d64b57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At vero eos et iusto\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bc37992\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nam libero tempore\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7aecc741\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1620052b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"1e59f6df\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF730C\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f199635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Delivery\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d1ba805\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e1440b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Et harum quidem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ca5c44d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Temporibus autem\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c21be42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Itaque earum rerum\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4340cbc0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"651dd3ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"61\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"1b697b32\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"10\",\"bottom\":\"26\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_color\":\"#FF371E\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"483c2265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Personal Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47854444\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"446feba2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus id vulputate\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14c0fe53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nulla bibendum ante\",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1219db03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse mattis \",\"text_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-line.png\"},\"_background_position\":\"center left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23b66456\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1D299B\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"588de4ed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b8736bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"30dc6c11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.7,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"194037b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"58523e86\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1381d775\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c479da7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"28a0fed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":218,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"111fab5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"_inline_size_mobile\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"4a32b7d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ca18c0c\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"68fb65c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"663bbe4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"7786a65b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Freight Forwarding\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"794a7465\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a55500f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"760b4c85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a57513\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"6f58d720\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"d1ef46b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1c4303fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"7b1c0045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":219,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"31fe1230\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"30fa08fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"2903a795\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sea Freight & Chartering \",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22ea5758\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b04f166\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"682d4ba3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"189f0fdb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"5e23fd33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"65a09a39\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fc195b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"56261c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":220,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1936fb18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"4c77bb14\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"523b3c66\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"4eeef9c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"33e3945d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"52e3912f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Insurance\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2454ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7435d592\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6ae15601\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150fff81\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3253d08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"342fd70c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41c97eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"2abf3409\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"39075ba7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"180e5e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"31733287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smart Logistics\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"560cda4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a36fc29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7b0cc204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bf031ad\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"1cd0efe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1995d6b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e3dd9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"73c14c52\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":222,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1a492155\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"2318b717\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"32a786c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"1bf808e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"330d5e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"1c789180\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forwarding & Distribution\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46620f95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d26111c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fb20a99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7128199f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"3986c4c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"1cceaa1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"462\",\"height\":\"247\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2072fa85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"_inline_size_mobile\":20,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"34b59bb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":223,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"108\",\"height\":\"108\"},\"align\":\"left\",\"_animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":200,\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2372d981\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"10646c76\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81,\"_inline_size_tablet\":83,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"58\",\"bottom\":\"54\",\"left\":\"69\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"40\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"426991ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Custom Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_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\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f69a7fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2aa11b82\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#00AFF5\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00AFF5\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1967bbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":19,\"_inline_size_tablet\":17,\"space_between_widgets\":0,\"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\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ed6ff6e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#FF730C\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#FF371E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":270,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e1acc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"500a3e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free and instant quotes 24 hours a day. 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"28e172c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"401feb2e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Details\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#161616\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1effc1c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"111e407\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d924155\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3806dcfe\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7dc68dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a797305\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ef1243\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1219d00f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5269f21b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"534e2fb5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3c4dba08\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77a9b4c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3afe4dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"123, New Lenox, Chicago, IL, 60606\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13d1fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"(123) 456-78-90\",\"link\":{\"url\":\"tel:+1234567890\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6479f39f\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@yoursite.com\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"46e6679f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2587,347,'_elementor_conditions','a:0:{}'),
(2588,347,'_elementor_version','3.32.4'),
(2589,347,'_elementor_pro_version','3.18.2'),
(2590,347,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2591,341,'_elementor_page_assets','a:2:{s:6:\"styles\";a:12:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:18:\"e-animation-zoomIn\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:17:\"e-animation-float\";i:8;s:16:\"widget-icon-list\";i:9;s:18:\"e-animation-shrink\";i:10;s:19:\"widget-social-icons\";i:11;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2592,341,'_eael_custom_js',''),
(2593,174,'_elementor_css','a:6:{s:4:\"time\";i:1765028914;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2594,174,'_elementor_element_cache','{\"timeout\":1765415127,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-34a37a48 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"34a37a48\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-116e5ad3\\\" data-id=\\\"116e5ad3\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-452f7be3 elementor-widget elementor-widget-image\\\" data-id=\\\"452f7be3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"374\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\\\" class=\\\"attachment-full size-full wp-image-273\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png 1200w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-300x94.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-1024x319.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-768x239.png 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-79b63df5\\\" data-id=\\\"79b63df5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjFjZmM1MjQwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1d10e6de elementor-hidden-phone\\\" data-id=\\\"1d10e6de\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-16f3c27f elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"16f3c27f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img width=\\\"19\\\" height=\\\"28\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\\\" class=\\\"attachment-full size-full wp-image-160\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-26a1fa19\\\" data-id=\\\"26a1fa19\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjMzZDBlMDY5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-7586d519\\\" data-id=\\\"7586d519\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7d85900b elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"7d85900b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Reservation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-22f084ad elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"22f084ad\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7c98d1f7\\\" data-id=\\\"7c98d1f7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4b48bd1c elementor-widget elementor-widget-image\\\" data-id=\\\"4b48bd1c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\\\" title=\\\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\\\" alt=\\\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4f2fc9ed elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4f2fc9ed\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-61e3f1a3\\\" data-id=\\\"61e3f1a3\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-15a0d02a elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"15a0d02a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Fast and Safe Delivery<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7efc2b0 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7efc2b0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">When You Need It and Where You Need It<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-60a1c8ee elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"60a1c8ee\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-12c34ac1\\\" data-id=\\\"12c34ac1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5b7027b0 elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"5b7027b0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-title=\\\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\\\" title=\\\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\\\" alt=\\\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\\\" class=\\\"elementor-animation-float\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7ddc649f\\\" data-id=\\\"7ddc649f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-48012ffc elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"48012ffc\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/loading-to-the-aircraft-PPSSYVL.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-title=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\\\" title=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" alt=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" class=\\\"elementor-animation-float\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6c8298a9 elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"6c8298a9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-title=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\\\" title=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" alt=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" class=\\\"elementor-animation-float\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-57740328 elementor-hidden-tablet\\\" data-id=\\\"57740328\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-347f1b76 elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"347f1b76\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-title=\\\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\\\" title=\\\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\\\" alt=\\\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\\\" class=\\\"elementor-animation-float\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-2b93850a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2b93850a\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8ab5e64\\\" data-id=\\\"8ab5e64\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e737007 elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"4e737007\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"78\\\" height=\\\"78\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-1.png\\\" class=\\\"attachment-full size-full wp-image-22\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">Planning Stage<\\/div><p class=\\\"elementor-image-box-description\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-197b2664\\\" data-id=\\\"197b2664\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7f4fa34d elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"7f4fa34d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"78\\\" height=\\\"78\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-2.png\\\" class=\\\"attachment-full size-full wp-image-23\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">Packing &amp; Loading<\\/div><p class=\\\"elementor-image-box-description\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-feec030\\\" data-id=\\\"feec030\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-10f8f88b elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box\\\" data-id=\\\"10f8f88b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"78\\\" height=\\\"78\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/num-3.png\\\" class=\\\"attachment-full size-full wp-image-24\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">Delivering<\\/div><p class=\\\"elementor-image-box-description\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-322c7be elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"322c7be\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-687b7139\\\" data-id=\\\"687b7139\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c6048cc elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1c6048cc\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Next Day Delivery for Your Business<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-49d42ff3 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"49d42ff3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-12c0e5c1 elementor-align-center elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"12c0e5c1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Our Courier<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-618a68b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"618a68b6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-64f6acda\\\" data-id=\\\"64f6acda\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-31db24b9 elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"31db24b9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\\\" title=\\\"packing-process-VQ5BHHD-e1594819271899.jpg\\\" alt=\\\"packing-process-VQ5BHHD-e1594819271899.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4bab88d\\\" data-id=\\\"4bab88d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2acc4c92 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"2acc4c92\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjEzMjgyOTBlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24uIER1aXMgYXV0ZSAgXG5kb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlLiB4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWFsLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1NyIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzg1IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiYWxpZ24iOiJsZWZ0IiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-642a95f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"642a95f9\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-de4da5a\\\" data-id=\\\"de4da5a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-121be051 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"121be051\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Testimonials<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-3d2b031d elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3d2b031d\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-39416ef6 elementor-invisible\\\" data-id=\\\"39416ef6\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjM5OWZjN2Q3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbmN0ZXR1ciBhZGlwaXNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbS4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsImFsaWduIjoibGVmdCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-33f350b0 animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\\\" data-id=\\\"33f350b0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-34a93853 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"34a93853\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Anthony Mead<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-40db96b3 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"40db96b3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Doctor, AR<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6a346c1b elementor-invisible\\\" data-id=\\\"6a346c1b\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjVjY2E4NWI4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiRHVpcyBhdXRlbSB2ZWwgZXVtIGlyaXVyZSBkb2xvciBcbmluIGhlbmRyZXJpdCBpbiB2dWxwdXRhdGUgdmVsaXQgXG5lc3NlIG1vbGVzdGllIGNvbnNlcXVhdCwgdmVsIFxuaWxsdW0gZG9sb3JlIGV1IGZldWdpYXQgbnVsbGEgXG5mYWNpbGlzaXMgYXQgdmVybyBlcm9zIGV0IFxuYWNjdW1zYW4gZXQgaXVzdG8gb2RpbyBkaWduaXNcbnNpbSBxdWkgYmxhbmRpdCBwcmVzZW50LiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiYWxpZ24iOiJsZWZ0IiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7d2a2cad animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\\\" data-id=\\\"7d2a2cad\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5b4fd6a1 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5b4fd6a1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Miranda Atkins<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2d5b0124 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"2d5b0124\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Teacher, NY<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1bf2d6af elementor-invisible\\\" data-id=\\\"1bf2d6af\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQ4ZWMzN2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJVdCB3aXNpIGVuaW0gYWQgbWluaW0gdmVuaWFtLCBcbnF1aXMgbm9zdHJ1ZCBleGVyY2kgdGF0aW9uIFxudWxsYW1jb3JwZXIgc3VzY2lwaXQgbG9ib3J0aXMgXG5uaXNsIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kby4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsImFsaWduIjoibGVmdCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-3c8c59d3 animated-fast elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\\\" data-id=\\\"3c8c59d3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7032e3df elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7032e3df\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Stiven Woods<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2f836ae4 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"2f836ae4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Manager, WDC<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2595,304,'_elementor_css','a:6:{s:4:\"time\";i:1765028942;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2596,304,'_elementor_element_cache','{\"timeout\":1765441256,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3cb996e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"3cb996e7\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-605d4f69\\\" data-id=\\\"605d4f69\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-22d77a22 elementor-widget elementor-widget-image\\\" data-id=\\\"22d77a22\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"374\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\\\" class=\\\"attachment-full size-full wp-image-273\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png 1200w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-300x94.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-1024x319.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-768x239.png 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-262084a3\\\" data-id=\\\"262084a3\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjRhNjE5MDM2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-a09eeee elementor-hidden-phone\\\" data-id=\\\"a09eeee\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3639686d elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"3639686d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img width=\\\"19\\\" height=\\\"28\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\\\" class=\\\"attachment-full size-full wp-image-160\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-b789a56\\\" data-id=\\\"b789a56\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjFkNWVlNTJmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-e6c4c9\\\" data-id=\\\"e6c4c9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-621ec7a7 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"621ec7a7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Reservation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-baacb08 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"baacb08\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-349f2555\\\" data-id=\\\"349f2555\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7c608a7a elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7c608a7a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">We Deliver Your Cargo<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-22453214 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"22453214\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">When You Need It and Where You Need It<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-41dd23ee elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"41dd23ee\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-187d21ee\\\" data-id=\\\"187d21ee\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-20fb7942 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"20fb7942\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">All Types of Cargo<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-37e7c46 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"37e7c46\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-587d5479 elementor-invisible\\\" data-id=\\\"587d5479\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3aac98b1 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"3aac98b1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">01<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7531df93 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7531df93\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Business Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6ImE5MTgzNSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImVkaXRvciI6IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI3IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjUzM2VlM2Q3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiU2VkIHV0IHBlcnNwaWNpYXRpcyIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyOCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjE4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjUyMmZiY2QyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiQXQgdmVybyBlb3MgZXQgaXVzdG8iLCJ0ZXh0X2NvbG9yIjoiIzE2MTYxNiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIzNSIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsiaWQiOiI5NyIsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9saXN0LWxpbmUucG5nIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiY2VudGVyIGxlZnQiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiJuby1yZXBlYXQiLCJfYmFja2dyb3VuZF9zaXplIjoiYXV0byJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjFjOTQ0NGE1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTmFtIGxpYmVybyB0ZW1wb3JlIiwidGV4dF9jb2xvciI6IiMxNjE2MTYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzUiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7ImlkIjoiOTciLCJ1cmwiOiJodHRwczpcL1wvYWxrYXJhLmNvLmlkXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMFwvbGlzdC1saW5lLnBuZyJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBsZWZ0IiwiX2JhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX2JhY2tncm91bmRfc2l6ZSI6ImF1dG8ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-488f1526 elementor-align-left elementor-tablet-align-justify elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"488f1526\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-373ca54 elementor-invisible\\\" data-id=\\\"373ca54\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-64e8464b elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"64e8464b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">02<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-290d7524 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"290d7524\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Shop Delivery<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjRkNWI1NWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNyIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjIwN2NjY2QzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiRXQgaGFydW0gcXVpZGVtIiwidGV4dF9jb2xvciI6IiMxNjE2MTYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzUiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMTgiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7ImlkIjoiOTciLCJ1cmwiOiJodHRwczpcL1wvYWxrYXJhLmNvLmlkXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMFwvbGlzdC1saW5lLnBuZyJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBsZWZ0IiwiX2JhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX2JhY2tncm91bmRfc2l6ZSI6ImF1dG8ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjI4YmNkODc0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiVGVtcG9yaWJ1cyBhdXRlbSIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjM3NWM1YjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJJdGFxdWUgZWFydW0gcmVydW0iLCJ0ZXh0X2NvbG9yIjoiIzE2MTYxNiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIzNSIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsiaWQiOiI5NyIsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9saXN0LWxpbmUucG5nIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiY2VudGVyIGxlZnQiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiJuby1yZXBlYXQiLCJfYmFja2dyb3VuZF9zaXplIjoiYXV0byJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-5c044187 elementor-align-left elementor-tablet-align-justify elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"5c044187\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5ddd8b2b elementor-invisible\\\" data-id=\\\"5ddd8b2b\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2491c81a elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"2491c81a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">03<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6e5875b2 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6e5875b2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Personal Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjYwMTBiZGQ0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvci4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjciLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjFhYThkYWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJWaXZhbXVzIGlkIHZ1bHB1dGF0ZSIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyOCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjE4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjU3NDc4MTU5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTnVsbGEgYmliZW5kdW0gYW50ZSIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjRlMjdlYTIxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiU3VzcGVuZGlzc2UgbWF0dGlzICIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-3b59a989 elementor-align-left elementor-tablet-align-justify elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"3b59a989\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3e375d42 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3e375d42\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3930f0a1\\\" data-id=\\\"3930f0a1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-25f8898c elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"25f8898c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Our Services<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-54d069bb elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"54d069bb\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-27f6a1c4\\\" data-id=\\\"27f6a1c4\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-24022120 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"24022120\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-79f51372\\\" data-id=\\\"79f51372\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5e0993d6 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"5e0993d6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\\\" class=\\\"attachment-full size-full wp-image-218\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-288428e0\\\" data-id=\\\"288428e0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-576d09d9 elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"576d09d9\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\\\" title=\\\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\\\" alt=\\\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-62b371b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"62b371b0\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-36907f1c elementor-hidden-phone\\\" data-id=\\\"36907f1c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3d9e0c0\\\" data-id=\\\"3d9e0c0\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-16f19e13 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"16f19e13\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Air Freight Forwarding<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjI3NDBkZGM2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-6aca422f elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"6aca422f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7d0d82b7\\\" data-id=\\\"7d0d82b7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-7a123624 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7a123624\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3961687\\\" data-id=\\\"3961687\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-75e5e82e elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"75e5e82e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\\\" title=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" alt=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-206018c0\\\" data-id=\\\"206018c0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-559fcd0 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"559fcd0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\\\" class=\\\"attachment-full size-full wp-image-219\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-5cbc06d4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5cbc06d4\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1164e877\\\" data-id=\\\"1164e877\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6ad2ee6c elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6ad2ee6c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Sea Freight &amp; Chartering <\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjUyM2E5ZDRlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-45b7e4f8 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"45b7e4f8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4eb0afb6 elementor-hidden-phone\\\" data-id=\\\"4eb0afb6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4b482562 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4b482562\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4ddd6b93\\\" data-id=\\\"4ddd6b93\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-2b5cfec8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2b5cfec8\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-118716de\\\" data-id=\\\"118716de\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-31ea9d49 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"31ea9d49\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\\\" class=\\\"attachment-full size-full wp-image-220\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6caadca9\\\" data-id=\\\"6caadca9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-633beb4f elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"633beb4f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\\\" title=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" alt=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-559d4ecc elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"559d4ecc\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-24eafb1 elementor-hidden-phone\\\" data-id=\\\"24eafb1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4507ebb1\\\" data-id=\\\"4507ebb1\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-14e36f42 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"14e36f42\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Storage &amp; Insurance<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjdkYWE2MzFiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7d64141f elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"7d64141f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-21f691dd\\\" data-id=\\\"21f691dd\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-46d8c5fb elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"46d8c5fb\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5e7265ff\\\" data-id=\\\"5e7265ff\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7fa868ea elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"7fa868ea\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\\\" title=\\\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\\\" alt=\\\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-17be884a\\\" data-id=\\\"17be884a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-235ad8df animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"235ad8df\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\\\" class=\\\"attachment-full size-full wp-image-221\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-50ac93fd elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"50ac93fd\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-534c88a1\\\" data-id=\\\"534c88a1\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-69c7064b elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"69c7064b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Smart Logistics<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjJkNTZjNTdiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-2ef6b743 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"2ef6b743\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-45301241 elementor-hidden-phone\\\" data-id=\\\"45301241\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7682b02b elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7682b02b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-22c8c5cb\\\" data-id=\\\"22c8c5cb\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-7f59849e elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7f59849e\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7aa6bdb2\\\" data-id=\\\"7aa6bdb2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6966ec71 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"6966ec71\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\\\" class=\\\"attachment-full size-full wp-image-222\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5479ebf0\\\" data-id=\\\"5479ebf0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e7612ba elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"e7612ba\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\\\" title=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" alt=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-4334883f elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4334883f\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-594b8485 elementor-hidden-phone\\\" data-id=\\\"594b8485\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-195cfb69\\\" data-id=\\\"195cfb69\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-489bec66 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"489bec66\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Forwarding &amp; Distribution<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQ2NTBhYmQ3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7ec6bbe7 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"7ec6bbe7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7cc2fe88\\\" data-id=\\\"7cc2fe88\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-580abd84 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"580abd84\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9c89464\\\" data-id=\\\"9c89464\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-118324ad elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"118324ad\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\\\" title=\\\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\\\" alt=\\\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-797e18e0\\\" data-id=\\\"797e18e0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-201785c animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"201785c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\\\" class=\\\"attachment-full size-full wp-image-223\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-5d0e1ab0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5d0e1ab0\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7bcd1bb7\\\" data-id=\\\"7bcd1bb7\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7eb98abd elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7eb98abd\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Custom Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjM2MzMzYWUwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-35b80191 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"35b80191\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-738b8a3d elementor-hidden-phone\\\" data-id=\\\"738b8a3d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-12ec4856 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"12ec4856\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-423d0896\\\" data-id=\\\"423d0896\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6b9d6d1c elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6b9d6d1c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get free and instant quotes 24 hours a day. 7 days a week<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-12b4ca6f\\\" data-id=\\\"12b4ca6f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-11934582 elementor-align-right elementor-mobile-align-justify elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"11934582\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3faef32b elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"3faef32b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7543bda0\\\" data-id=\\\"7543bda0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1ac6011d elementor-widget elementor-widget-heading\\\" data-id=\\\"1ac6011d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">About<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7bb18f6c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"7bb18f6c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Company<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Profile<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our team<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-64bca5e5\\\" data-id=\\\"64bca5e5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-250e9f54 elementor-widget elementor-widget-heading\\\" data-id=\\\"250e9f54\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2cc7f47e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"2cc7f47e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">International Freight<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Quick Estimate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-218d67b3\\\" data-id=\\\"218d67b3\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-70e03d7e elementor-widget elementor-widget-heading\\\" data-id=\\\"70e03d7e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Legal<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-786e92e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"786e92e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-48985fac\\\" data-id=\\\"48985fac\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6307d895 elementor-widget elementor-widget-heading\\\" data-id=\\\"6307d895\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3a53db1d elementor-widget elementor-widget-heading\\\" data-id=\\\"3a53db1d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-61c895af elementor-widget elementor-widget-button\\\" data-id=\\\"61c895af\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9aa790b elementor-widget elementor-widget-button\\\" data-id=\\\"9aa790b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"mailto:@yoursite.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d322328 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\\\" data-id=\\\"d322328\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2597,200,'_eb_reusable_block_ids','a:0:{}'),
(2598,200,'_elementor_css','a:6:{s:4:\"time\";i:1765029001;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:21;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2599,200,'_elementor_element_cache','{\"timeout\":1765547193,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-86974fc elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"86974fc\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-669391a2\\\" data-id=\\\"669391a2\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7cc8ea70 elementor-widget elementor-widget-image\\\" data-id=\\\"7cc8ea70\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"374\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\\\" class=\\\"attachment-full size-full wp-image-273\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png 1200w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-300x94.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-1024x319.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-768x239.png 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-57860b86\\\" data-id=\\\"57860b86\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjExYzkxNDNjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-45cfc262 elementor-hidden-phone\\\" data-id=\\\"45cfc262\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7316b460 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"7316b460\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img width=\\\"19\\\" height=\\\"28\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\\\" class=\\\"attachment-full size-full wp-image-160\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-4154a715\\\" data-id=\\\"4154a715\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQyM2Q4MWMyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-68ce3661\\\" data-id=\\\"68ce3661\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3bb58506 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"3bb58506\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Reservation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3b448f4c elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"3b448f4c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4475cc91\\\" data-id=\\\"4475cc91\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8a5badc elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"8a5badc\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Get In Touch<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3644b5fd elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"3644b5fd\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">When you need help, Kargo Customer Care Center is here for you \\nwith 24\\/7 technical support and services<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6065bfd\\\" data-id=\\\"6065bfd\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-47205d5d elementor-align-justify elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"47205d5d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a Call<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5325efef elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5325efef\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-17e340ed elementor-invisible\\\" data-id=\\\"17e340ed\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4d3753c0 elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"4d3753c0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"150\\\" height=\\\"160\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png\\\" class=\\\"attachment-full size-full wp-image-132\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1.png 150w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon1-768x819.png 768w\\\" sizes=\\\"(max-width: 150px) 100vw, 150px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-52603e2a elementor-widget elementor-widget-heading\\\" data-id=\\\"52603e2a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2ee6560a elementor-invisible\\\" data-id=\\\"2ee6560a\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2471bfea elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"2471bfea\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"150\\\" height=\\\"160\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png\\\" class=\\\"attachment-full size-full wp-image-133\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2.png 150w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon2-768x819.png 768w\\\" sizes=\\\"(max-width: 150px) 100vw, 150px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-216943aa elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"216943aa\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-57f118f8 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"57f118f8\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\\\" href=\\\"tel:+1234567891\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-91<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-41bc7bb7 elementor-invisible\\\" data-id=\\\"41bc7bb7\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c873093 elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"4c873093\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"150\\\" height=\\\"160\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png\\\" class=\\\"attachment-full size-full wp-image-134\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3.png 150w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/contact-icon3-768x819.png 768w\\\" sizes=\\\"(max-width: 150px) 100vw, 150px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6cddfb70 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"6cddfb70\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\\\" href=\\\"mailto:@.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-275f671e elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"275f671e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-push\\\" href=\\\"mailto:@.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">job@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-338ceb09 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"338ceb09\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5341f1e2\\\" data-id=\\\"5341f1e2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-14c60fa5 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"14c60fa5\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Have a Question? Drop a Line<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6ImM0MTI1ZWIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX25hbWUiOiJOZXcgRm9ybSIsImZvcm1fZmllbGRzIjpbeyJjdXN0b21faWQiOiJuYW1lIiwiZmllbGRfbGFiZWwiOiJOYW1lIiwicGxhY2Vob2xkZXIiOiJOYW1lIiwid2lkdGgiOiI1MCIsIl9pZCI6ImM1ZjM3OTAiLCJwcmV2aW91c19idXR0b24iOiIiLCJuZXh0X2J1dHRvbiI6IiIsImZpbGVfc2l6ZXMiOiIiLCJmaWxlX3R5cGVzIjoiIiwiYWxsb3dfbXVsdGlwbGVfdXBsb2FkIjoiIiwibWF4X2ZpbGVzIjoiIiwiYWNjZXB0YW5jZV90ZXh0IjoiIiwiY2hlY2tlZF9ieV9kZWZhdWx0IjoiIiwiZmllbGRfbWluIjoiIiwiZmllbGRfbWF4IjoiIiwibWluX2RhdGUiOiIiLCJtYXhfZGF0ZSI6IiIsInVzZV9uYXRpdmVfZGF0ZSI6IiIsInVzZV9uYXRpdmVfdGltZSI6IiJ9LHsiY3VzdG9tX2lkIjoiZW1haWwiLCJmaWVsZF90eXBlIjoiZW1haWwiLCJyZXF1aXJlZCI6InRydWUiLCJmaWVsZF9sYWJlbCI6IkVtYWlsIiwicGxhY2Vob2xkZXIiOiJFbWFpbCIsIndpZHRoIjoiNTAiLCJfaWQiOiIxMjYxYjMyIiwicHJldmlvdXNfYnV0dG9uIjoiIiwibmV4dF9idXR0b24iOiIiLCJmaWxlX3NpemVzIjoiIiwiZmlsZV90eXBlcyI6IiIsImFsbG93X211bHRpcGxlX3VwbG9hZCI6IiIsIm1heF9maWxlcyI6IiIsImFjY2VwdGFuY2VfdGV4dCI6IiIsImNoZWNrZWRfYnlfZGVmYXVsdCI6IiIsImZpZWxkX21pbiI6IiIsImZpZWxkX21heCI6IiIsIm1pbl9kYXRlIjoiIiwibWF4X2RhdGUiOiIiLCJ1c2VfbmF0aXZlX2RhdGUiOiIiLCJ1c2VfbmF0aXZlX3RpbWUiOiIifSx7ImN1c3RvbV9pZCI6Im1lc3NhZ2UiLCJmaWVsZF90eXBlIjoidGV4dGFyZWEiLCJmaWVsZF9sYWJlbCI6Ik1lc3NhZ2UiLCJwbGFjZWhvbGRlciI6Ik1lc3NhZ2UiLCJfaWQiOiJkZDgzMzYxIiwicm93cyI6NSwicHJldmlvdXNfYnV0dG9uIjoiIiwibmV4dF9idXR0b24iOiIiLCJmaWxlX3NpemVzIjoiIiwiZmlsZV90eXBlcyI6IiIsImFsbG93X211bHRpcGxlX3VwbG9hZCI6IiIsIm1heF9maWxlcyI6IiIsImFjY2VwdGFuY2VfdGV4dCI6IiIsImNoZWNrZWRfYnlfZGVmYXVsdCI6IiIsImZpZWxkX21pbiI6IiIsImZpZWxkX21heCI6IiIsIm1pbl9kYXRlIjoiIiwibWF4X2RhdGUiOiIiLCJ1c2VfbmF0aXZlX2RhdGUiOiIiLCJ1c2VfbmF0aXZlX3RpbWUiOiIifV0sImlucHV0X3NpemUiOiJsZyIsInNob3dfbGFiZWxzIjoiIiwiYnV0dG9uX3RleHQiOiJTZW5kIE1lc3NhZ2UiLCJidXR0b25fYWxpZ24iOiJjZW50ZXIiLCJidXR0b25fYWxpZ25fbW9iaWxlIjoic3RyZXRjaCIsImVtYWlsX2NvbnRlbnQiOiJbYWxsLWZpZWxkc10iLCJlbWFpbF9jb250ZW50XzIiOiJbYWxsLWZpZWxkc10iLCJzdWNjZXNzX21lc3NhZ2UiOiJUaGUgZm9ybSB3YXMgc2VudCBzdWNjZXNzZnVsbHkuIiwiZXJyb3JfbWVzc2FnZSI6IkFuIGVycm9yIG9jY3VyZWQuIiwicmVxdWlyZWRfZmllbGRfbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwiaW52YWxpZF9tZXNzYWdlIjoiVGhlcmUncyBzb21ldGhpbmcgd3JvbmcuIFRoZSBmb3JtIGlzIGludmFsaWQuIiwiY29sdW1uX2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicm93X2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiZmllbGRfdGV4dF9jb2xvciI6IiMxNjE2MTYiLCJmaWVsZF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJmaWVsZF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImZpZWxkX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImZpZWxkX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJmaWVsZF90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsImZpZWxkX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6My4xNSwic2l6ZXMiOltdfSwiZmllbGRfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJmaWVsZF9ib3JkZXJfY29sb3IiOiIjRUZGMkY0IiwiZmllbGRfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjMiLCJyaWdodCI6IjMiLCJib3R0b20iOiIzIiwibGVmdCI6IjMiLCJpc0xpbmtlZCI6dHJ1ZX0sImZpZWxkX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImJ1dHRvbl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzAwQUZGNSIsImJ1dHRvbl90ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJidXR0b25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiYnV0dG9uX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiYnV0dG9uX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiYnV0dG9uX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiYnV0dG9uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImJ1dHRvbl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX3RleHRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMSIsInJpZ2h0IjoiMzgiLCJib3R0b20iOiIzMSIsImxlZnQiOiIzOCIsImlzTGlua2VkIjpmYWxzZX0sImJ1dHRvbl9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yIjoiIzFEMjk5QiIsImJ1dHRvbl9ob3Zlcl9jb2xvciI6IiNGRkZGRkYiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjQ2IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiNDAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4iLCJfYW5pbWF0aW9uX2RlbGF5IjoyMDAsIm1haWxjaGltcF9maWVsZHNfbWFwIjpbXSwiZHJpcF9maWVsZHNfbWFwIjpbXSwiYWN0aXZlY2FtcGFpZ25fZmllbGRzX21hcCI6W10sImdldHJlc3BvbnNlX2ZpZWxkc19tYXAiOltdLCJjb252ZXJ0a2l0X2ZpZWxkc19tYXAiOltdLCJtYWlsZXJsaXRlX2ZpZWxkc19tYXAiOltdLCJzdGVwX25leHRfbGFiZWwiOiJOZXh0Iiwic3RlcF9wcmV2aW91c19sYWJlbCI6IlByZXZpb3VzIiwiZW1haWxfdG8iOiJhZG1pbkBhbGthcmEuY28uaWQiLCJlbWFpbF9zdWJqZWN0IjoiTmV3IG1lc3NhZ2UgZnJvbSAmcXVvdDtBbGthcmEgTGludGFzIFNhbXVkcmEmcXVvdDsiLCJlbWFpbF9mcm9tIjoiZW1haWxAYWxrYXJhLmNvLmlkIiwiZW1haWxfZnJvbV9uYW1lIjoiQWxrYXJhIExpbnRhcyBTYW11ZHJhIiwiZW1haWxfdG9fMiI6ImFkbWluQGFsa2FyYS5jby5pZCIsImVtYWlsX3N1YmplY3RfMiI6Ik5ldyBtZXNzYWdlIGZyb20gJnF1b3Q7QWxrYXJhIExpbnRhcyBTYW11ZHJhJnF1b3Q7IiwiZW1haWxfZnJvbV8yIjoiZW1haWxAYWxrYXJhLmNvLmlkIiwiZW1haWxfZnJvbV9uYW1lXzIiOiJBbGthcmEgTGludGFzIFNhbXVkcmEiLCJlbWFpbF9yZXBseV90b18yIjoiYWRtaW5AYWxrYXJhLmNvLmlkIiwic2VydmVyX21lc3NhZ2UiOiJZb3VyIHN1Ym1pc3Npb24gZmFpbGVkIGJlY2F1c2Ugb2YgYSBzZXJ2ZXIgZXJyb3IuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImZvcm0ifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5e59739 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"5e59739\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2ef6ae16\\\" data-id=\\\"2ef6ae16\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f80db8b elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"f80db8b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Next Day Delivery for Your Business<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-78666c12 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"78666c12\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e091b7b\\\" data-id=\\\"e091b7b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-701a98f4 elementor-widget elementor-widget-heading\\\" data-id=\\\"701a98f4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">About<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6c4a9680 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"6c4a9680\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Company<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Profile<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our team<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-40b1af6d\\\" data-id=\\\"40b1af6d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4570eec4 elementor-widget elementor-widget-heading\\\" data-id=\\\"4570eec4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d5fe6c3 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d5fe6c3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">International Freight<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Quick Estimate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-596256d0\\\" data-id=\\\"596256d0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7f10aad3 elementor-widget elementor-widget-heading\\\" data-id=\\\"7f10aad3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Legal<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-16690a50 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"16690a50\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5e50eb80\\\" data-id=\\\"5e50eb80\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-150036a9 elementor-widget elementor-widget-heading\\\" data-id=\\\"150036a9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2b547425 elementor-widget elementor-widget-heading\\\" data-id=\\\"2b547425\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-34aee58a elementor-widget elementor-widget-button\\\" data-id=\\\"34aee58a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7f15fe3f elementor-widget elementor-widget-button\\\" data-id=\\\"7f15fe3f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"mailto:@yoursite.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6a2ae93d e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\\\" data-id=\\\"6a2ae93d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2600,174,'_edit_last','1'),
(2601,200,'_edit_last','1'),
(2602,194,'_edit_last','1'),
(2603,304,'_edit_last','1'),
(2604,341,'_edit_last','1'),
(2606,348,'footnotes',''),
(2607,348,'_wp_page_template','elementor_canvas'),
(2608,348,'_elementor_edit_mode','builder'),
(2609,348,'_elementor_template_type','wp-page'),
(2610,348,'_elementor_version','3.32.4'),
(2611,348,'_elementor_pro_version','3.18.2'),
(2612,348,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2613,348,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2614,348,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2615,348,'_elementor_conditions','a:0:{}'),
(2616,348,'_elementor_element_cache','{\"timeout\":1765034401,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2617,348,'_elementor_css','a:6:{s:4:\"time\";i:1765029204;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2618,349,'footnotes',''),
(2619,349,'_wp_page_template','elementor_canvas'),
(2620,349,'_elementor_edit_mode','builder'),
(2621,349,'_elementor_template_type','wp-page'),
(2622,349,'_elementor_version','3.32.4'),
(2623,349,'_elementor_pro_version','3.18.2'),
(2624,349,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2625,349,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2626,349,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Video\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2627,349,'_elementor_conditions','a:0:{}'),
(2628,349,'_elementor_element_cache','{\"timeout\":1765034401,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2629,349,'_elementor_css','a:6:{s:4:\"time\";i:1765029204;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2630,350,'footnotes',''),
(2631,350,'_wp_page_template','elementor_canvas'),
(2632,350,'_elementor_edit_mode','builder'),
(2633,350,'_elementor_template_type','wp-page'),
(2634,350,'_elementor_version','3.32.4'),
(2635,350,'_elementor_pro_version','3.18.2'),
(2636,350,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2637,350,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}');
INSERT INTO `wpr1_postmeta` VALUES
(2638,350,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2639,350,'_elementor_conditions','a:0:{}'),
(2640,350,'_elementor_element_cache','{\"timeout\":1765034401,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videotttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2641,350,'_elementor_css','a:6:{s:4:\"time\";i:1765029204;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2644,351,'footnotes',''),
(2645,351,'_wp_page_template','elementor_canvas'),
(2646,351,'_elementor_edit_mode','builder'),
(2647,351,'_elementor_template_type','wp-page'),
(2648,351,'_elementor_version','3.32.4'),
(2649,351,'_elementor_pro_version','3.18.2'),
(2650,351,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2651,351,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2652,351,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2653,351,'_elementor_conditions','a:0:{}'),
(2654,351,'_elementor_css','a:6:{s:4:\"time\";i:1765029380;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2655,351,'_elementor_element_cache','{\"timeout\":1765115780,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" title=\"Artboard 11@4x-8\" alt=\"Artboard 11@4x-8\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2656,352,'footnotes',''),
(2657,352,'_wp_page_template','elementor_canvas'),
(2658,352,'_elementor_edit_mode','builder'),
(2659,352,'_elementor_template_type','wp-page'),
(2660,352,'_elementor_version','3.32.4'),
(2661,352,'_elementor_pro_version','3.18.2'),
(2662,352,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2663,352,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2664,352,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#143c64\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"42\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"rgba(40, 40, 40, 0.9)\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2665,352,'_elementor_conditions','a:0:{}'),
(2666,352,'_elementor_css','a:6:{s:4:\"time\";i:1765029380;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2667,352,'_elementor_element_cache','{\"timeout\":1765115780,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" title=\"Artboard 11@4x-8\" alt=\"Artboard 11@4x-8\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2668,353,'footnotes',''),
(2669,353,'_wp_page_template','elementor_canvas'),
(2670,353,'_elementor_edit_mode','builder'),
(2671,353,'_elementor_template_type','wp-page'),
(2672,353,'_elementor_version','3.32.4'),
(2673,353,'_elementor_pro_version','3.18.2'),
(2674,353,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2675,353,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2676,353,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#143c6c\",\"z_index\":0},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"#FFFFFFE6\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#FFFFFF\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2677,353,'_elementor_conditions','a:0:{}'),
(2678,353,'_elementor_css','a:6:{s:4:\"time\";i:1765029380;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2679,353,'_elementor_element_cache','{\"timeout\":1765115780,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" title=\"Artboard 11@4x-8\" alt=\"Artboard 11@4x-8\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2682,354,'footnotes',''),
(2683,354,'_wp_page_template','elementor_canvas'),
(2684,354,'_elementor_edit_mode','builder'),
(2685,354,'_elementor_template_type','wp-page'),
(2686,354,'_elementor_version','3.32.4'),
(2687,354,'_elementor_pro_version','3.18.2'),
(2688,354,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2689,354,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2690,354,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#143c6c\",\"z_index\":0},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"#FFFFFFE6\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#FFFFFF\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2691,354,'_elementor_conditions','a:0:{}'),
(2692,354,'_elementor_css','a:6:{s:4:\"time\";i:1765030456;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2693,354,'_elementor_element_cache','{\"timeout\":1765116856,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiNGRkZGRkYiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNyIsInJpZ2h0IjoiMzciLCJib3R0b20iOiIzNyIsImxlZnQiOiIzNyIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZFNiIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiI0ZGRkZGRiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2694,355,'footnotes',''),
(2695,355,'_wp_page_template','elementor_canvas'),
(2696,355,'_elementor_edit_mode','builder'),
(2697,355,'_elementor_template_type','wp-page'),
(2698,355,'_elementor_version','3.32.4'),
(2699,355,'_elementor_pro_version','3.18.2'),
(2700,355,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2701,355,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2702,355,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.605,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":46.796,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#143c6c\",\"z_index\":0},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"center\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.879},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.211,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"65db9df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":4.564,\"_inline_size_tablet\":10,\"_inline_size_mobile\":15,\"content_position\":\"center\",\"space_between_widgets\":0,\"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\":false},\"content_position_mobile\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#F0F2F4\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"58347c67\",\"elType\":\"widget\",\"settings\":{\"skin\":\"full_screen\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"overlay_background_color\":\"#FFFFFFE6\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Montserrat\",\"input_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_text_transform\":\"none\",\"input_typography_line_height\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"input_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"input_text_color\":\"#161616\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_color\":\"#FFFFFF\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_color_hover\":\"#00AFF5\"},\"elements\":[],\"widgetType\":\"search-form\"}],\"isInner\":false},{\"id\":\"77b6e3f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.805,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"68169868\",\"elType\":\"widget\",\"settings\":{\"text\":\"Reservation\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"15\",\"bottom\":\"38\",\"left\":\"15\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"inherit\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"none\",\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"25\",\"left\":\"20\",\"isLinked\":false},\"background_color_b\":\"#143c6c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2703,355,'_elementor_conditions','a:0:{}'),
(2704,355,'_elementor_css','a:6:{s:4:\"time\";i:1765030456;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2705,355,'_elementor_element_cache','{\"timeout\":1765116856,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiNGRkZGRkYiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNyIsInJpZ2h0IjoiMzciLCJib3R0b20iOiIzNyIsImxlZnQiOiIzNyIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZFNiIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiI0ZGRkZGRiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2706,356,'footnotes',''),
(2707,356,'_wp_page_template','elementor_canvas'),
(2708,356,'_elementor_edit_mode','builder'),
(2709,356,'_elementor_template_type','wp-page'),
(2710,356,'_elementor_version','3.32.4'),
(2711,356,'_elementor_pro_version','3.18.2'),
(2712,356,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2713,356,'_elementor_page_assets','a:2:{s:6:\"styles\";a:17:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:24:\"elementor-icons-fa-solid\";i:3;s:18:\"e-animation-fadeIn\";i:4;s:20:\"e-animation-fadeInUp\";i:5;s:14:\"widget-heading\";i:6;s:21:\"e-animation-slideInUp\";i:7;s:15:\"widget-icon-box\";i:8;s:17:\"e-animation-float\";i:9;s:13:\"widget-toggle\";i:10;s:23:\"e-animation-slideInDown\";i:11;s:18:\"e-animation-zoomIn\";i:12;s:14:\"widget-divider\";i:13;s:16:\"widget-icon-list\";i:14;s:18:\"e-animation-shrink\";i:15;s:19:\"widget-social-icons\";i:16;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2714,356,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":47.536,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#143c6c\",\"z_index\":0},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":125.982},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.755,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":54.351},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2715,356,'_elementor_conditions','a:0:{}'),
(2716,356,'_elementor_css','a:6:{s:4:\"time\";i:1765030456;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wpr1_postmeta` VALUES
(2717,356,'_elementor_element_cache','{\"timeout\":1765116856,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiNGRkZGRkYiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzNyIsInJpZ2h0IjoiMzciLCJib3R0b20iOiIzNyIsImxlZnQiOiIzNyIsImlzTGlua2VkIjp0cnVlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-65db9df4\" data-id=\"65db9df4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjU4MzQ3YzY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkZFNiIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiI0ZGRkZGRiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77b6e3f5\" data-id=\"77b6e3f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-68169868 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"68169868\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Reservation</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2720,357,'footnotes',''),
(2721,357,'_wp_page_template','elementor_canvas'),
(2722,357,'_elementor_edit_mode','builder'),
(2723,357,'_elementor_template_type','wp-page'),
(2724,357,'_elementor_version','3.32.4'),
(2725,357,'_elementor_pro_version','3.18.2'),
(2726,357,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2727,357,'_elementor_page_assets','a:2:{s:6:\"styles\";a:16:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:18:\"e-animation-fadeIn\";i:3;s:20:\"e-animation-fadeInUp\";i:4;s:14:\"widget-heading\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:15:\"widget-icon-box\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:23:\"e-animation-slideInDown\";i:10;s:18:\"e-animation-zoomIn\";i:11;s:14:\"widget-divider\";i:12;s:16:\"widget-icon-list\";i:13;s:18:\"e-animation-shrink\";i:14;s:19:\"widget-social-icons\";i:15;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2728,357,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":47.536,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#143c6c\",\"z_index\":0},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":125.982},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.755,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":54.351},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2729,357,'_elementor_conditions','a:0:{}'),
(2730,357,'_elementor_css','a:6:{s:4:\"time\";i:1765030780;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:24;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2731,357,'_elementor_element_cache','{\"timeout\":1765117181,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjRkZGRkZGIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI2VjMWMyNCIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjZDQ5NDJjIiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzciLCJyaWdodCI6IjM3IiwiYm90dG9tIjoiMzciLCJsZWZ0IjoiMzciLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMjUuOTgyfSwiX2ZsZXhfc2l6ZSI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget__width-initial elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2732,358,'footnotes',''),
(2733,358,'_wp_page_template','elementor_canvas'),
(2734,358,'_elementor_edit_mode','builder'),
(2735,358,'_elementor_template_type','wp-page'),
(2736,358,'_elementor_version','3.32.4'),
(2737,358,'_elementor_pro_version','3.18.2'),
(2738,358,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2739,358,'_elementor_page_assets','a:2:{s:6:\"styles\";a:16:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:18:\"e-animation-fadeIn\";i:3;s:20:\"e-animation-fadeInUp\";i:4;s:14:\"widget-heading\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:15:\"widget-icon-box\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:23:\"e-animation-slideInDown\";i:10;s:18:\"e-animation-zoomIn\";i:11;s:14:\"widget-divider\";i:12;s:16:\"widget-icon-list\";i:13;s:18:\"e-animation-shrink\";i:14;s:19:\"widget-social-icons\";i:15;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2740,358,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":47.536,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#143c6c\",\"z_index\":0},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":125.982},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.755,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":160,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":54.351},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2741,358,'_elementor_conditions','a:0:{}'),
(2742,358,'_elementor_css','a:6:{s:4:\"time\";i:1765030780;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:24;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2743,358,'_elementor_element_cache','{\"timeout\":1765117181,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjRkZGRkZGIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI2VjMWMyNCIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjZDQ5NDJjIiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzciLCJyaWdodCI6IjM3IiwiYm90dG9tIjoiMzciLCJsZWZ0IjoiMzciLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMjUuOTgyfSwiX2ZsZXhfc2l6ZSI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget__width-initial elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2744,359,'footnotes',''),
(2745,359,'_wp_page_template','elementor_canvas'),
(2746,359,'_elementor_edit_mode','builder'),
(2747,359,'_elementor_template_type','wp-page'),
(2748,359,'_elementor_version','3.32.4'),
(2749,359,'_elementor_pro_version','3.18.2'),
(2750,359,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2751,359,'_elementor_page_assets','a:2:{s:6:\"styles\";a:16:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-image-box\";i:2;s:18:\"e-animation-fadeIn\";i:3;s:20:\"e-animation-fadeInUp\";i:4;s:14:\"widget-heading\";i:5;s:21:\"e-animation-slideInUp\";i:6;s:15:\"widget-icon-box\";i:7;s:17:\"e-animation-float\";i:8;s:13:\"widget-toggle\";i:9;s:23:\"e-animation-slideInDown\";i:10;s:18:\"e-animation-zoomIn\";i:11;s:14:\"widget-divider\";i:12;s:16:\"widget-icon-list\";i:13;s:18:\"e-animation-shrink\";i:14;s:19:\"widget-social-icons\";i:15;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),
(2752,359,'_elementor_data','[{\"id\":\"610b8cd6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":false},\"animation\":\"fadeIn\",\"sticky\":\"top\"},\"elements\":[{\"id\":\"44ba4e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"_inline_size_mobile\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"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\":false}},\"elements\":[{\"id\":\"708f346f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":273,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"vw\",\"size\":13,\"sizes\":[]},\"space\":{\"unit\":\"vw\",\"size\":14,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"28418dc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":47.536,\"_inline_size_tablet\":20,\"_inline_size_mobile\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#143c6c\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#143c6c\",\"z_index\":0},\"elements\":[{\"id\":\"7a1023be\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"left\",\"pointer\":\"none\",\"indicator\":\"chevron\",\"toggle_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"menu_typography_font_weight\":\"700\",\"menu_typography_text_transform\":\"capitalize\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#ec1c24\",\"color_menu_item_active\":\"#d4942c\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#161616\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#00AFF5\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"#1D299B\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Montserrat\",\"dropdown_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"dropdown_typography_font_weight\":\"700\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"rgba(255, 255, 255, 0.2)\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"full_width\":\"stretch\",\"padding_horizontal_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_vertical_dropdown_item_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_top_distance_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"toggle_color\":\"#161616\",\"toggle_background_color\":\"rgba(2, 1, 1, 0)\",\"toggle_color_hover\":\"#00AFF5\",\"toggle_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu\":\"main-menu\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":125.982},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"5b50f9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.755,\"_inline_size_tablet\":30,\"_inline_size_mobile\":25,\"content_position\":\"center\",\"content_position_tablet\":\"center\",\"align\":\"center\",\"align_tablet\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#F0F2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"39\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\",\"color_link_hover\":\"#161616\",\"background_background\":\"classic\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"7b3fdc65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"800-444-33\",\"description_text\":\"\",\"link\":{\"url\":\"tel:+80044433\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#d4942c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"image_space_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"justify\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":54.351},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83f02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":269,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Gemini_Generated_Image_69v9m069v9m069v9.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateX_effect\":\"yes\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"197\",\"right\":\"0\",\"bottom\":\"208\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation\":\"fadeIn\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"50b1b7a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"27aabe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Melayani Kepercayaan\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.4,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.087,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b64763\",\"elType\":\"widget\",\"settings\":{\"title\":\"When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"59\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20be8084\",\"elType\":\"widget\",\"settings\":{\"text\":\"Customer Center\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#143c64\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_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\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#F26664\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5e7b9c71\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Watch Videoz`\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"div\",\"primary_color\":\"#f46464\",\"secondary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#f46464\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_vertical_align\":\"center\",\"_animation_delay\":200,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"30ade2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"212503a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"778c5cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EFF2F4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"5f902ab6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"40b28e16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position_tablet\":\"top\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6c3aef\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US<br>Our Company<br>\",\"align\":\"left\",\"title_color\":\"#143c6c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c48e870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br \\/>independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br \\/>pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br \\/>owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br \\/>operasional kapal terpenuhi dengan standar efisiensi tertinggi<\\/p>\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68f867ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"249ca51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"align\":\"flex-end\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"469abd00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"90\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/boat.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_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\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_position\":\"absolute\",\"_offset_x\":{\"size\":23.6,\"unit\":\"%\"},\"_offset_y\":{\"size\":10.1,\"unit\":\"%\"},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":25.4,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_offset_x_mobile\":{\"size\":0.953,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":599.391,\"unit\":\"px\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1883e61e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":146,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/container-operation-PYX4HU6.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"180\"},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49d06c60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":184,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"385\",\"height\":\"365\"},\"align\":\"right\",\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":385,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7555bc9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/logistics-box.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"align_mobile\":\"left\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"134f8c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/truck-2-1.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"130\",\"height\":\"130\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d938126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/warehouse-man-worker-with-forklift-PR3WQUR.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"285\",\"height\":\"178\"},\"align\":\"right\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":285,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"right\",\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7572915a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFF2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"123\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"28b5c604\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"32b2b44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Offices\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d61e509\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#161616\",\"background_color\":\"rgba(22, 22, 22, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_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\":false},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#1D299B\",\"button_background_hover_color\":\"rgba(29, 41, 155, 0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#161616\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_vertical_align\":\"flex-start\",\"button_hover_border_color\":\"#1D299B\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"45ba8be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e42736e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kargo has established a toll-free military help line, 800-444-33\",\"header_size\":\"h6\",\"align\":\"right\",\"title_color\":\"#A5AAAD\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":147,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone454.png\"},\"_background_position\":\"initial\",\"_background_xpos\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"%\",\"size\":-76,\"sizes\":[]},\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_background_bg_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":527,\"sizes\":[]},\"_background_position_tablet\":\"initial\",\"_background_xpos_tablet\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile\":\"left\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_position_mobile\":\"center left\",\"_background_xpos_mobile\":{\"unit\":\"%\",\"size\":6,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2df28fe7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_direction\":\"negative\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_translateX_direction\":\"negative\",\"background_motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5966e863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"571dd53e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Freight Charter Made Easy\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.063,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.154,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48ea9b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get free quotes 24 hrs a day 7 days a week\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.636,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"38\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425229a\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Products & Solutions \",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#143c6c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#143c6c\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#FF730C\",\"_background_hover_color_b\":\"#FF371E\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_element_width\":\"auto\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_mobile\":\"justify\",\"_element_width_mobile\":\"inherit\",\"background_background\":\"gradient\",\"background_color_b\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"31d65812\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"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\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"538bcd49\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"124\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"765546c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"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\":false}},\"elements\":[{\"id\":\"21148206\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"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\":false}},\"elements\":[{\"id\":\"32010974\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.33,\"_inline_size_tablet\":100,\"align_mobile\":\"center\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"61\",\"left\":\"60\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_tablet\":\"fadeIn\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_size_tablet\":\"cover\",\"background_bg_width\":{\"unit\":\"px\",\"size\":390,\"sizes\":[]},\"align_tablet\":\"flex-start\",\"background_color\":\"#143c6c\"},\"elements\":[{\"id\":\"3632027\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":148,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_animation_tablet\":\"fadeIn\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c3fba2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tools, Documents, Tips & More\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.778,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"align_tablet\":\"center\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c302246\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Now\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.125,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#d4942c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"38\",\"bottom\":\"31\",\"left\":\"38\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#161616\",\"button_background_hover_color\":\"#FFFFFF\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"35\",\"bottom\":\"25\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_tablet\":\"fadeIn\",\"_animation_delay\":300,\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4669e5c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.67,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a0e496c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequent Questions\",\"align\":\"left\",\"title_color\":\"#161616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_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\":false},\"header_size\":\"h4\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a536697\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Have Questions? Contact Our Help Center\",\"text_color\":\"#6A6A6A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"align\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22a5b8da\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Q: Apa itu Time Charter dalam konteks dry cargo?\",\"tab_content\":\"<p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p>\",\"_id\":\"d8f4f96\"},{\"tab_title\":\"Q: Apa bedanya dengan Voyage Charter?\",\"tab_content\":\"<p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p>\",\"_id\":\"be45057\"},{\"tab_title\":\"Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?\",\"tab_content\":\"<p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p>\",\"_id\":\"385fdfd\"},{\"_id\":\"36f8031\",\"tab_title\":\"Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?\",\"tab_content\":\"<p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p>\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_background\":\"#EFF2F4\",\"title_color\":\"#143c6c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"40\",\"bottom\":\"37\",\"left\":\"40\",\"isLinked\":false},\"content_background_color\":\"#EFF2F4\",\"content_color\":\"#143c6c\",\"_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Montserrat\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"_animation_tablet\":\"fadeIn\",\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1,\"sizes\":[]},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tab_active_color\":\"#d4942c\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34e06259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32676f5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":\"84\",\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"a569eff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our History\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6d4edfc0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3ccff338\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":150,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"309708f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Team\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354642ba\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"becdacb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"30\",\"bottom\":\"45\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"slideInUp\",\"animation_tablet\":\"fadeIn\",\"align\":\"center\",\"background_image\":{\"id\":151,\"url\":\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/mailboxes-filled-PGMVRKP.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_direction\":\"out-in-out\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#161616\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"background_motion_fx_devices\":[\"desktop\",\"tablet\"]},\"elements\":[{\"id\":\"18f61577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_animation_tablet\":\"fadeIn\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"532d3c86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":188,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"\",\"weight\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_background_background\":\"gradient\",\"_background_color\":\"#FF371E\",\"_background_color_b\":\"#FF730C\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eedc66a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#161616\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35616c3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"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\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f44189\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b8eaa0c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Company\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Profile\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Our team\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3a5377e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67facbb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24230f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"International Freight\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"All Products & Solutions \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"Quick Estimate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60b072a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"align_tablet\":\"flex-end\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"583a6c93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c8aeef6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"92561d3\"},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"6232373\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"46af2a4\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_color\":\"#787870\",\"text_color_hover\":\"#FF730C\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"49\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3311a4c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"69\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13bcd28e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h5\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"445c85f1\",\"elType\":\"widget\",\"settings\":{\"title\":\" Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#787870\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_tablet\":\"fadeIn\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29002b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"+62 542 8515 883\",\"link\":{\"url\":\"tel:+62 542 8515 883\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6fefeaaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"hello@alkara.co.id\",\"link\":{\"url\":\"mailto:@yoursite.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.3,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#787870\",\"background_color\":\"rgba(2, 1, 1, 0)\",\"hover_color\":\"#FF730C\",\"button_background_hover_color\":\"rgba(2, 1, 1, 0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e820228\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"b8c34a8\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#164ECF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ad098a\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#209FEF\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"8ef72cf\",\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#FC4444\",\"item_icon_secondary_color\":\"#FFFFFF\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_primary_color\":\"#DB2D77\",\"item_icon_secondary_color\":\"#FFFFFF\",\"_id\":\"1c4bcb1\"}],\"align\":\"left\",\"icon_primary_color\":\"#FF730C\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"hover_primary_color\":\"#00AFF5\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"36\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"shrink\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),
(2753,359,'_elementor_conditions','a:0:{}'),
(2754,359,'_elementor_css','a:6:{s:4:\"time\";i:1765030780;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:24;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2755,359,'_elementor_element_cache','{\"timeout\":1765117181,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"610b8cd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-44ba4e04\" data-id=\"44ba4e04\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\" data-id=\"708f346f\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" class=\"attachment-full size-full wp-image-273\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />ttttttttttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-28418dc3\" data-id=\"28418dc3\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjRkZGRkZGIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI2VjMWMyNCIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjZDQ5NDJjIiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzciLCJyaWdodCI6IjM3IiwiYm90dG9tIjoiMzciLCJsZWZ0IjoiMzciLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMjUuOTgyfSwiX2ZsZXhfc2l6ZSI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\"]ttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\" data-id=\"5b50f9f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget__width-initial elementor-widget elementor-widget-image-box\" data-id=\"7b3fdc65\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">nttttt<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" class=\"attachment-full size-full wp-image-160\" alt=\"\" /></a></figure><div class=\"elementor-image-box-content\"><div class=\"elementor-image-box-title\"><a href=\"tel:+80044433\">800-444-33</a></div></div></div>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"40a83f02\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\" data-id=\"50b1b7a9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27aabe6d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Melayani Kepercayaan</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b64763\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"20be8084\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Customer Center</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"5e7b9c71\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<div class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttWatch Videoz`tttttt</span>nttttt</div>nttttnttttnttt</div>ntttntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"30ade2f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212503a4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\" data-id=\"778c5cb0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5f902ab6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\" data-id=\"40b28e16\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4c6c3aef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">ABOUT US<br>Our Company<br></h3>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"68f867ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\" data-id=\"249ca51a\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"469abd00\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1883e61e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49d06c60\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7555bc9d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"134f8c6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6d938126\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"image.default\">nttttttttttttttt<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />ttttttttttttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7572915a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\" data-id=\"28b5c604\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32b2b44\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Our Offices</h4>tttt</div>ntttt<div class=\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7d61e509\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Learn More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\" data-id=\"45ba8be\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" class=\"attachment-large size-large wp-image-251\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e42736e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Kargo has established a toll-free military help line, 800-444-33</h6>tttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"2df28fe7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">nttttttt<div class=\"elementor-background-overlay\"></div>nttttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\" data-id=\"5966e863\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"571dd53e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Freight Charter Made Easy</h3>tttt</div>ntttt<div class=\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"48ea9b13\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Get free quotes 24 hrs a day 7 days a week</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\" data-id=\"425229a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">All Products &amp; Solutions </span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"31d65812\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538bcd49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\" data-id=\"765546c\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21148206\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\" data-id=\"32010974\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3632027\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" class=\"attachment-full size-full wp-image-148\" alt=\"\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c3fba2a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Tools, Documents, Tips &amp; More</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3c302246\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us Now</span>nttttt</span>nttttt</a>ntttttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\" data-id=\"4669e5c0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a0e496c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h4 class=\"elementor-heading-title elementor-size-default\">Frequent Questions</h4>tttt</div>ntt[elementor-element k=\"7cb74a01181f1e0feca25e61d2f4a39e\" data=\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt<div class=\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"22a5b8da\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"toggle.default\">nttttttt<div class=\"elementor-toggle\">nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5811\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5811\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5811\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5811\"><p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5812\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5812\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5812\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5812\"><p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5813\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5813\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5813\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5813\"><p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p></div>ntttt</div>nttttttt<div class=\"elementor-toggle-item\">nttttt<div id=\"elementor-tab-title-5814\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5814\" aria-expanded=\"false\">ntttttttttttt<a class=\"elementor-toggle-title\" tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>nttttt</div>nnttttt<div id=\"elementor-tab-content-5814\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5814\"><p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p></div>ntttt</div>ntttttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34e06259\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\" data-id=\"32676f5f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a569eff\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our History</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"6d4edfc0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\" data-id=\"3ccff338\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"309708f4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Our Team</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"354642ba\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\" data-id=\"becdacb\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">nttttt<div class=\"elementor-background-overlay\"></div>ntttttt<div class=\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"18f61577\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Contact Us</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"532d3c86\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"divider.default\">nttttttt<div class=\"elementor-divider\">nttt<span class=\"elementor-divider-separator\">ntttttt</span>ntt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>nttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"1eedc66a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\" data-id=\"35616c3b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\" data-id=\"56f44189\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">About</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4b8eaa0c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Company</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Profile</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Our team</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\" data-id=\"3a5377e0\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\" data-id=\"67facbb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Services</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"24230f15\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">International Freight</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">All Products &amp; Solutions </span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Quick Estimate</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\" data-id=\"60b072a3\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\" data-id=\"583a6c93\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Legal</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1c8aeef6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">ntttttttttt<span class=\"elementor-icon-list-text\">FAQ</span>nttttttttt</li>ntttttt</ul>ntttttt</div>nttttt</div>ntt</div>ntttt<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\" data-id=\"3311a4c9\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttttt<div class=\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\" data-id=\"13bcd28e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Contact Us</h5>tttt</div>ntttt<div class=\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\" data-id=\"445c85f1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Barun East Kalimantan - Indonesia</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\" data-id=\"29002b7b\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:+62%20542%208515%20883\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">+62 542 8515 883</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\" data-id=\"6fefeaaf\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:@yoursite.com\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">hello@alkara.co.id</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt<div class=\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\" data-id=\"4e820228\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"social-icons.default\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook-f</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" 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>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>nttttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(2756,10,'_elementor_css','a:6:{s:4:\"time\";i:1765030894;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:24;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2757,10,'_elementor_element_cache','{\"timeout\":1765480286,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-610b8cd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"610b8cd6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-44ba4e04\\\" data-id=\\\"44ba4e04\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-708f346f elementor-widget elementor-widget-image\\\" data-id=\\\"708f346f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"374\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\\\" class=\\\"attachment-full size-full wp-image-273\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png 1200w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-300x94.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-1024x319.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-768x239.png 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-28418dc3\\\" data-id=\\\"28418dc3\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjdhMTAyM2JlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJsZWZ0IiwicG9pbnRlciI6Im5vbmUiLCJpbmRpY2F0b3IiOiJjaGV2cm9uIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwibWVudV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjb2xvcl9tZW51X2l0ZW0iOiIjRkZGRkZGIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI2VjMWMyNCIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjZDQ5NDJjIiwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzciLCJyaWdodCI6IjM3IiwiYm90dG9tIjoiMzciLCJsZWZ0IjoiMzciLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiMxNjE2MTYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiMwMEFGRjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzFEMjk5QiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yKSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSIsInRvZ2dsZV9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjM1LCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnUiOiJtYWluLW1lbnUiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMjUuOTgyfSwiX2ZsZXhfc2l6ZSI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5b50f9f elementor-hidden-phone\\\" data-id=\\\"5b50f9f\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7b3fdc65 elementor-position-left elementor-vertical-align-middle elementor-widget__width-initial elementor-widget elementor-widget-image-box\\\" data-id=\\\"7b3fdc65\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img width=\\\"73\\\" height=\\\"72\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Shape3.png\\\" class=\\\"attachment-full size-full wp-image-38\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-40a83f02 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"40a83f02\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50b1b7a9\\\" data-id=\\\"50b1b7a9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-27aabe6d elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"27aabe6d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Melayani Kepercayaan<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3b64763 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"3b64763\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">When you need help, Kargo Customer Care Center is here for you with 24\\/7 technical support and services<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-20be8084 elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"20be8084\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Customer Center<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5e7b9c71 elementor-view-stacked elementor-position-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-shape-circle elementor-mobile-position-top elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"5e7b9c71\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-play\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tWatch Videoz`\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-30ade2f5 elementor-hidden-tablet elementor-hidden-phone\\\" data-id=\\\"30ade2f5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-212503a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"212503a4\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-778c5cb0\\\" data-id=\\\"778c5cb0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-5f902ab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"5f902ab6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40b28e16\\\" data-id=\\\"40b28e16\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c6c3aef elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"4c6c3aef\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">ABOUT US<br>Our Company<br><\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjRjNDhlODcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UFQuIEFsa2FyYSBMaW50YXMgU2FtdWRlcmEgYWRhbGFoIHBlcnVzYWhhYW4ga2VhZ2VuYW4ga2FwYWwgKHNoaXBwaW5nIGFnZW5jeSkgPGJyIFwvPmluZGVwZW5kZW4geWFuZyBiZXJkZWRpa2FzaSB1bnR1ayBtZW1iZXJpa2FuIGxheWFuYW4gbWFyaXRpbSB0ZXJpbnRlZ3Jhc2kgZGkgc2VsdXJ1aCA8YnIgXC8+cGVsYWJ1aGFuIHV0YW1hIEluZG9uZXNpYS4gS2FtaSBoYWRpciBzZWJhZ2FpIGplbWJhdGFuIHZpdGFsIGFudGFyYSBwZW1pbGlrIGthcGFsIChzaGlwIDxiciBcLz5vd25lcnMpLCBwZW55ZXdhIChjaGFydGVyZXJzKSwgZGFuIG90b3JpdGFzIHBlbGFidWhhbiwgbWVtYXN0aWthbiBzZXRpYXAga2VidXR1aGFuIDxiciBcLz5vcGVyYXNpb25hbCBrYXBhbCB0ZXJwZW51aGkgZGVuZ2FuIHN0YW5kYXIgZWZpc2llbnNpIHRlcnRpbmdnaTxcL3A+IiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjM4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-68f867ab elementor-align-left elementor-mobile-align-justify elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"68f867ab\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-249ca51a\\\" data-id=\\\"249ca51a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-469abd00 elementor-widget__width-auto elementor-absolute elementor-widget-mobile__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"469abd00\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;_position&quot;:&quot;absolute&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\\\" title=\\\"boat.png\\\" alt=\\\"boat.png\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1883e61e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"1883e61e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\\\" title=\\\"container-operation-PYX4HU6.jpg\\\" alt=\\\"container-operation-PYX4HU6.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-49d06c60 elementor-widget__width-auto elementor-hidden-phone elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"49d06c60\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\\\" title=\\\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\\\" alt=\\\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7555bc9d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"7555bc9d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\\\" title=\\\"logistics-box.png\\\" alt=\\\"logistics-box.png\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-134f8c6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"134f8c6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\\\" title=\\\"truck-2-1.png\\\" alt=\\\"truck-2-1.png\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6d938126 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"6d938126\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\\\" title=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" alt=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7572915a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7572915a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-28b5c604\\\" data-id=\\\"28b5c604\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-32b2b44 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"32b2b44\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Our Offices<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7d61e509 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"7d61e509\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-45ba8be elementor-widget elementor-widget-image\\\" data-id=\\\"45ba8be\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"1024\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\\\" class=\\\"attachment-large size-large wp-image-251\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5e42736e elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5e42736e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Kargo has established a toll-free military help line, 800-444-33<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2df28fe7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"2df28fe7\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5966e863\\\" data-id=\\\"5966e863\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-571dd53e elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"571dd53e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Freight Charter Made Easy<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-48ea9b13 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"48ea9b13\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Get free quotes 24 hrs a day 7 days a week<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-425229a elementor-align-left elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"425229a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31d65812 elementor-hidden-tablet elementor-hidden-phone\\\" data-id=\\\"31d65812\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-538bcd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"538bcd49\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-765546c\\\" data-id=\\\"765546c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-21148206 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"21148206\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32010974 elementor-invisible\\\" data-id=\\\"32010974\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3632027 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"3632027\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"150\\\" height=\\\"160\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/list-icon.png\\\" class=\\\"attachment-full size-full wp-image-148\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7c3fba2a elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7c3fba2a\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Tools, Documents, Tips &amp; More<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3c302246 elementor-align-justify elementor-mobile-align-justify elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"3c302246\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Contact Us Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4669e5c0\\\" data-id=\\\"4669e5c0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4a0e496c elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"4a0e496c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Frequent Questions<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjFhNTM2Njk3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSGF2ZSBRdWVzdGlvbnM\\/IENvbnRhY3QgT3VyIEhlbHAgQ2VudGVyIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTEiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMSwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-22a5b8da elementor-invisible elementor-widget elementor-widget-toggle\\\" data-id=\\\"22a5b8da\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"toggle.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-toggle\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-toggle-item\\\">\\n\\t\\t\\t\\t\\t<div id=\\\"elementor-tab-title-5811\\\" class=\\\"elementor-tab-title\\\" data-tab=\\\"1\\\" role=\\\"button\\\" aria-controls=\\\"elementor-tab-content-5811\\\" aria-expanded=\\\"false\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-toggle-title\\\" tabindex=\\\"0\\\">Q: Apa itu Time Charter dalam konteks dry cargo?<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<div id=\\\"elementor-tab-content-5811\\\" class=\\\"elementor-tab-content elementor-clearfix\\\" data-tab=\\\"1\\\" role=\\\"region\\\" aria-labelledby=\\\"elementor-tab-title-5811\\\"><p><b>A:<\\/b> <b>Time Charter<\\/b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu<\\/b> (<i>period of time<\\/i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).<\\/p><\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-toggle-item\\\">\\n\\t\\t\\t\\t\\t<div id=\\\"elementor-tab-title-5812\\\" class=\\\"elementor-tab-title\\\" data-tab=\\\"2\\\" role=\\\"button\\\" aria-controls=\\\"elementor-tab-content-5812\\\" aria-expanded=\\\"false\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-toggle-title\\\" tabindex=\\\"0\\\">Q: Apa bedanya dengan Voyage Charter?<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<div id=\\\"elementor-tab-content-5812\\\" class=\\\"elementor-tab-content elementor-clearfix\\\" data-tab=\\\"2\\\" role=\\\"region\\\" aria-labelledby=\\\"elementor-tab-title-5812\\\"><p><b>A:<\\/b> Dalam <b>Voyage Charter<\\/b>, penyewa membayar harga <i>lump sum<\\/i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter<\\/b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.<\\/p><\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-toggle-item\\\">\\n\\t\\t\\t\\t\\t<div id=\\\"elementor-tab-title-5813\\\" class=\\\"elementor-tab-title\\\" data-tab=\\\"3\\\" role=\\\"button\\\" aria-controls=\\\"elementor-tab-content-5813\\\" aria-expanded=\\\"false\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-toggle-title\\\" tabindex=\\\"0\\\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<div id=\\\"elementor-tab-content-5813\\\" class=\\\"elementor-tab-content elementor-clearfix\\\" data-tab=\\\"3\\\" role=\\\"region\\\" aria-labelledby=\\\"elementor-tab-title-5813\\\"><p><b>A:<\\/b> Kami melayani berbagai kargo curah kering (<i>dry bulk<\\/i>), termasuk <b>batubara (coal)<\\/b>, <b>bijih mineral (ore)<\\/b>, <b>gandum\\/padi-padian (grains)<\\/b>, <b>pupuk (fertilizer)<\\/b>, dan <b>bahan baku industri curah lainnya<\\/b>.<\\/p><\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-toggle-item\\\">\\n\\t\\t\\t\\t\\t<div id=\\\"elementor-tab-title-5814\\\" class=\\\"elementor-tab-title\\\" data-tab=\\\"4\\\" role=\\\"button\\\" aria-controls=\\\"elementor-tab-content-5814\\\" aria-expanded=\\\"false\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-toggle-title\\\" tabindex=\\\"0\\\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<div id=\\\"elementor-tab-content-5814\\\" class=\\\"elementor-tab-content elementor-clearfix\\\" data-tab=\\\"4\\\" role=\\\"region\\\" aria-labelledby=\\\"elementor-tab-title-5814\\\"><p><b>A:<\\/b> Tidak secara standar. Dalam <i>Time Charter<\\/i>, biaya <b>bongkar muat (stevedoring)<\\/b>, biaya pelabuhan (<i>port charges<\\/i>), dan <b>bahan bakar (bunker)<\\/b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)<\\/b>. Kami hanya menyediakan kapal siap operasi dan kru.<\\/p><\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-34e06259 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"34e06259\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32676f5f elementor-invisible\\\" data-id=\\\"32676f5f\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a569eff elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"a569eff\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Our History<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6d4edfc0 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\\\" data-id=\\\"6d4edfc0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ccff338 elementor-invisible\\\" data-id=\\\"3ccff338\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:200,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-309708f4 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"309708f4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Our Team<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-354642ba elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\\\" data-id=\\\"354642ba\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-becdacb elementor-invisible\\\" data-id=\\\"becdacb\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in-out&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation_delay&quot;:400,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-18f61577 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"18f61577\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Contact Us<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-532d3c86 elementor-widget__width-auto elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\\\" data-id=\\\"532d3c86\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-1eedc66a elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"1eedc66a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-35616c3b\\\" data-id=\\\"35616c3b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-56f44189 elementor-widget elementor-widget-heading\\\" data-id=\\\"56f44189\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">About<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4b8eaa0c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"4b8eaa0c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Company<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Profile<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our team<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a5377e0\\\" data-id=\\\"3a5377e0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-67facbb2 elementor-widget elementor-widget-heading\\\" data-id=\\\"67facbb2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-24230f15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"24230f15\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">International Freight<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Quick Estimate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60b072a3\\\" data-id=\\\"60b072a3\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-583a6c93 elementor-widget elementor-widget-heading\\\" data-id=\\\"583a6c93\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Legal<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c8aeef6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"1c8aeef6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3311a4c9\\\" data-id=\\\"3311a4c9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-13bcd28e elementor-widget elementor-widget-heading\\\" data-id=\\\"13bcd28e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-445c85f1 elementor-widget elementor-widget-heading\\\" data-id=\\\"445c85f1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\"> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\\n East Kalimantan - Indonesia<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-29002b7b elementor-widget elementor-widget-button\\\" data-id=\\\"29002b7b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:+62%20542%208515%20883\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">+62 542 8515 883<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6fefeaaf elementor-widget elementor-widget-button\\\" data-id=\\\"6fefeaaf\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"mailto:@yoursite.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">hello@alkara.co.id<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e820228 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\\\" data-id=\\\"4e820228\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2758,341,'_eb_reusable_block_ids','a:0:{}'),
(2759,341,'_elementor_css','a:6:{s:4:\"time\";i:1765055561;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:25;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2760,341,'_elementor_element_cache','{\"timeout\":1765435247,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-64bdb85b elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"64bdb85b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1d8d924e\\\" data-id=\\\"1d8d924e\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-49ebf478 elementor-widget elementor-widget-image\\\" data-id=\\\"49ebf478\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"374\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\\\" class=\\\"attachment-full size-full wp-image-273\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png 1200w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-300x94.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-1024x319.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-768x239.png 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1829416\\\" data-id=\\\"1829416\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjUzYTc5MTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbl9pdGVtcyI6ImNlbnRlciIsInBvaW50ZXIiOiJub25lIiwiaW5kaWNhdG9yIjoiY2hldnJvbiIsInRvZ2dsZV9hbGlnbiI6InJpZ2h0IiwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEyNSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwibWVudV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoiY2FwaXRhbGl6ZSIsIm1lbnVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY29sb3JfbWVudV9pdGVtIjoiIzE0M2M2NCIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiNlYzFjMjQiLCJjb2xvcl9tZW51X2l0ZW1fYWN0aXZlIjoiI2Q0OTQyYyIsInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwibWVudV9zcGFjZV9iZXR3ZWVuIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY29sb3JfZHJvcGRvd25faXRlbSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjMTYxNjE2IiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjMDBBRkY1IiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiMxRDI5OUIiLCJkcm9wZG93bl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJkcm9wZG93bl90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoiY2FwaXRhbGl6ZSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiZHJvcGRvd25fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImRyb3Bkb3duX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwiZHJvcGRvd25fZGl2aWRlcl9ib3JkZXIiOiJzb2xpZCIsImRyb3Bkb3duX2RpdmlkZXJfY29sb3IiOiJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMikiLCJkcm9wZG93bl9kaXZpZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiZnVsbF93aWR0aCI6InN0cmV0Y2giLCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwicGFkZGluZ192ZXJ0aWNhbF9kcm9wZG93bl9pdGVtX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9jb2xvcl9ob3ZlciI6IiMwMEFGRjUiLCJ0b2dnbGVfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozNSwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJtZW51IjoibWFpbi1tZW51IiwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6OTkuODc5fSwiX2ZsZXhfc2l6ZSI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-31a4a462 elementor-hidden-phone\\\" data-id=\\\"31a4a462\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e78e7dc elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"2e78e7dc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img width=\\\"19\\\" height=\\\"28\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\\\" class=\\\"attachment-full size-full wp-image-160\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-4aaa0603\\\" data-id=\\\"4aaa0603\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjY2MDUxNTU2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5e5cf8b1\\\" data-id=\\\"5e5cf8b1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7598b080 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"7598b080\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Reservation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-79e3f691 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"79e3f691\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f865b\\\" data-id=\\\"3f865b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6d489b3 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6d489b3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">We Deliver Your Cargo<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-18777b7d elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"18777b7d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">When You Need It and Where You Need It<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7e5fac35 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7e5fac35\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-439e6a2b\\\" data-id=\\\"439e6a2b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-622cde0e elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"622cde0e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">All Types of Cargo<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-100574df elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"100574df\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4901c6e7 elementor-invisible\\\" data-id=\\\"4901c6e7\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-484ae870 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"484ae870\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">01<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-50e4e120 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"50e4e120\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Business Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6Ijc2YzVkYmE2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvci4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjciLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQ5NTBkMmVlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiU2VkIHV0IHBlcnNwaWNpYXRpcyIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyOCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjE4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjUzZDY0YjU3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiQXQgdmVybyBlb3MgZXQgaXVzdG8iLCJ0ZXh0X2NvbG9yIjoiIzE2MTYxNiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIzNSIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsiaWQiOiI5NyIsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9saXN0LWxpbmUucG5nIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiY2VudGVyIGxlZnQiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiJuby1yZXBlYXQiLCJfYmFja2dyb3VuZF9zaXplIjoiYXV0byJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjJiYzM3OTkyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTmFtIGxpYmVybyB0ZW1wb3JlIiwidGV4dF9jb2xvciI6IiMxNjE2MTYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzUiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7ImlkIjoiOTciLCJ1cmwiOiJodHRwczpcL1wvYWxrYXJhLmNvLmlkXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMFwvbGlzdC1saW5lLnBuZyJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBsZWZ0IiwiX2JhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX2JhY2tncm91bmRfc2l6ZSI6ImF1dG8ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7aecc741 elementor-align-left elementor-tablet-align-justify elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"7aecc741\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1620052b elementor-invisible\\\" data-id=\\\"1620052b\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e59f6df elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1e59f6df\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">02<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5f199635 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5f199635\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Shop Delivery<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjRkMWJhODA1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvci4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjciLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjJlMTQ0MGI0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiRXQgaGFydW0gcXVpZGVtIiwidGV4dF9jb2xvciI6IiMxNjE2MTYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI4IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzUiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMTgiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7ImlkIjoiOTciLCJ1cmwiOiJodHRwczpcL1wvYWxrYXJhLmNvLmlkXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMFwvbGlzdC1saW5lLnBuZyJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBsZWZ0IiwiX2JhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX2JhY2tncm91bmRfc2l6ZSI6ImF1dG8ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjZjYTVjNDRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiVGVtcG9yaWJ1cyBhdXRlbSIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjRjMjFiZTQyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiSXRhcXVlIGVhcnVtIHJlcnVtIiwidGV4dF9jb2xvciI6IiMxNjE2MTYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMzUiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIl9iYWNrZ3JvdW5kX2ltYWdlIjp7ImlkIjoiOTciLCJ1cmwiOiJodHRwczpcL1wvYWxrYXJhLmNvLmlkXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMFwvbGlzdC1saW5lLnBuZyJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBsZWZ0IiwiX2JhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX2JhY2tncm91bmRfc2l6ZSI6ImF1dG8ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-4340cbc0 elementor-align-left elementor-tablet-align-justify elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"4340cbc0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-651dd3ff elementor-invisible\\\" data-id=\\\"651dd3ff\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1b697b32 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1b697b32\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">03<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-483c2265 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"483c2265\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Personal Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQ3ODU0NDQ0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2ljaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvci4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjciLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQ0NmZlYmEyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiVml2YW11cyBpZCB2dWxwdXRhdGUiLCJ0ZXh0X2NvbG9yIjoiIzE2MTYxNiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjgiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIzNSIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxOCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsiaWQiOiI5NyIsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9saXN0LWxpbmUucG5nIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiY2VudGVyIGxlZnQiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiJuby1yZXBlYXQiLCJfYmFja2dyb3VuZF9zaXplIjoiYXV0byJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjE0YzBmZTUzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTnVsbGEgYmliZW5kdW0gYW50ZSIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjEyMTlkYjAzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiU3VzcGVuZGlzc2UgbWF0dGlzICIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6Ijk3IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS5wbmcifSwiX2JhY2tncm91bmRfcG9zaXRpb24iOiJjZW50ZXIgbGVmdCIsIl9iYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsIl9iYWNrZ3JvdW5kX3NpemUiOiJhdXRvIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-23b66456 elementor-align-left elementor-tablet-align-justify elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"23b66456\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-588de4ed elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"588de4ed\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b8736bb\\\" data-id=\\\"2b8736bb\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-30dc6c11 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"30dc6c11\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Our Services<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-194037b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"194037b0\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-58523e86\\\" data-id=\\\"58523e86\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-1381d775 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1381d775\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5c479da7\\\" data-id=\\\"5c479da7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-28a0fed4 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"28a0fed4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img1.png\\\" class=\\\"attachment-full size-full wp-image-218\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-111fab5c\\\" data-id=\\\"111fab5c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4a32b7d3 elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"4a32b7d3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\\\" title=\\\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\\\" alt=\\\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-1ca18c0c elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1ca18c0c\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-68fb65c elementor-hidden-phone\\\" data-id=\\\"68fb65c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-663bbe4a\\\" data-id=\\\"663bbe4a\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7786a65b elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7786a65b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Air Freight Forwarding<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6Ijc5NGE3NDY1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-6a55500f elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"6a55500f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-760b4c85\\\" data-id=\\\"760b4c85\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-53a57513 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"53a57513\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6f58d720\\\" data-id=\\\"6f58d720\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d1ef46b elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"d1ef46b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\\\" title=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" alt=\\\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1c4303fc\\\" data-id=\\\"1c4303fc\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7b1c0045 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"7b1c0045\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img2.png\\\" class=\\\"attachment-full size-full wp-image-219\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-31fe1230 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"31fe1230\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-30fa08fc\\\" data-id=\\\"30fa08fc\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2903a795 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"2903a795\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Sea Freight &amp; Chartering <\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjIyZWE1NzU4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-6b04f166 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"6b04f166\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-682d4ba3 elementor-hidden-phone\\\" data-id=\\\"682d4ba3\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-189f0fdb elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"189f0fdb\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5e23fd33\\\" data-id=\\\"5e23fd33\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-65a09a39 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"65a09a39\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6fc195b\\\" data-id=\\\"6fc195b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-56261c97 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"56261c97\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img3.png\\\" class=\\\"attachment-full size-full wp-image-220\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1936fb18\\\" data-id=\\\"1936fb18\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c77bb14 elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"4c77bb14\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\\\" title=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" alt=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-523b3c66 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"523b3c66\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4eeef9c5 elementor-hidden-phone\\\" data-id=\\\"4eeef9c5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-33e3945d\\\" data-id=\\\"33e3945d\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-52e3912f elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"52e3912f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Storage &amp; Insurance<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6ImQyNDU0ZWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJMb3JlbSBpcG0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpIHNpY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZC4iLCJ0ZXh0X2NvbG9yIjoiIzZBNkE2QSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjQiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTUiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7435d592 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"7435d592\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6ae15601\\\" data-id=\\\"6ae15601\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-150fff81 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"150fff81\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3253d08d\\\" data-id=\\\"3253d08d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-342fd70c elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"342fd70c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\\\" title=\\\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\\\" alt=\\\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-41c97eda\\\" data-id=\\\"41c97eda\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2abf3409 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"2abf3409\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img4.png\\\" class=\\\"attachment-full size-full wp-image-221\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-39075ba7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"39075ba7\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-180e5e02\\\" data-id=\\\"180e5e02\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-31733287 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"31733287\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Smart Logistics<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjU2MGNkYTRmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-1a36fc29 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"1a36fc29\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7b0cc204 elementor-hidden-phone\\\" data-id=\\\"7b0cc204\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2bf031ad elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2bf031ad\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1cd0efe4\\\" data-id=\\\"1cd0efe4\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-1995d6b4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1995d6b4\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e3dd9f6\\\" data-id=\\\"3e3dd9f6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-73c14c52 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"73c14c52\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img5.png\\\" class=\\\"attachment-full size-full wp-image-222\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1a492155\\\" data-id=\\\"1a492155\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2318b717 elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"2318b717\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\\\" title=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" alt=\\\"loading-to-the-aircraft-PPSSYVL.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-32a786c elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"32a786c\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1bf808e elementor-hidden-phone\\\" data-id=\\\"1bf808e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-330d5e74\\\" data-id=\\\"330d5e74\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c789180 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1c789180\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Forwarding &amp; Distribution<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQ2NjIwZjk1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-d26111c elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"d26111c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5fb20a99\\\" data-id=\\\"5fb20a99\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-7128199f elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7128199f\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3986c4c0\\\" data-id=\\\"3986c4c0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1cceaa1c elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"1cceaa1c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\\\" title=\\\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\\\" alt=\\\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2072fa85\\\" data-id=\\\"2072fa85\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-34b59bb6 animated-fast elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"34b59bb6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"108\\\" height=\\\"108\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/before-img6.png\\\" class=\\\"attachment-full size-full wp-image-223\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-2372d981 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2372d981\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-10646c76\\\" data-id=\\\"10646c76\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-426991ad elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"426991ad\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Custom Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjJmNjlhN2ZiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiTG9yZW0gaXBtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaSBzaWNpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjI0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-2aa11b82 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"2aa11b82\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1967bbf elementor-hidden-phone\\\" data-id=\\\"1967bbf\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2ed6ff6e elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"2ed6ff6e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-40e1acc6\\\" data-id=\\\"40e1acc6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-500a3e9d elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"500a3e9d\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get free and instant quotes 24 hours a day. 7 days a week<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-28e172c9\\\" data-id=\\\"28e172c9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-401feb2e elementor-align-right elementor-mobile-align-justify elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"401feb2e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-1effc1c1 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"1effc1c1\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-111e407\\\" data-id=\\\"111e407\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3d924155 elementor-widget elementor-widget-heading\\\" data-id=\\\"3d924155\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">About<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3806dcfe elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"3806dcfe\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Company<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Profile<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our team<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7dc68dc5\\\" data-id=\\\"7dc68dc5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7a797305 elementor-widget elementor-widget-heading\\\" data-id=\\\"7a797305\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4ef1243 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"4ef1243\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">International Freight<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Quick Estimate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1219d00f\\\" data-id=\\\"1219d00f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5269f21b elementor-widget elementor-widget-heading\\\" data-id=\\\"5269f21b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Legal<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-534e2fb5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"534e2fb5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3c4dba08\\\" data-id=\\\"3c4dba08\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-77a9b4c2 elementor-widget elementor-widget-heading\\\" data-id=\\\"77a9b4c2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3afe4dd5 elementor-widget elementor-widget-heading\\\" data-id=\\\"3afe4dd5\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-13d1fe elementor-widget elementor-widget-button\\\" data-id=\\\"13d1fe\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6479f39f elementor-widget elementor-widget-button\\\" data-id=\\\"6479f39f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"mailto:@yoursite.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-46e6679f e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\\\" data-id=\\\"46e6679f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2761,333,'_eb_reusable_block_ids','a:0:{}'),
(2762,333,'_elementor_css','a:6:{s:4:\"time\";i:1765058975;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:16;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2763,333,'_elementor_element_cache','{\"timeout\":1765442010,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-54a639c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"54a639c8\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-66930261\\\" data-id=\\\"66930261\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a2d31fa elementor-widget elementor-widget-image\\\" data-id=\\\"a2d31fa\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"374\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\\\" class=\\\"attachment-full size-full wp-image-273\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png 1200w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-300x94.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-1024x319.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-768x239.png 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-146c3e2\\\" data-id=\\\"146c3e2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjMxMTNhMThjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-493f6e69 elementor-hidden-phone\\\" data-id=\\\"493f6e69\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-431ffda4 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"431ffda4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img width=\\\"19\\\" height=\\\"28\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\\\" class=\\\"attachment-full size-full wp-image-160\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-50b835ed\\\" data-id=\\\"50b835ed\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjJjNzAxNmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJza2luIjoiZnVsbF9zY3JlZW4iLCJwbGFjZWhvbGRlciI6IlNlYXJjaC4uLiIsImJ1dHRvbl90ZXh0IjoiU2VhcmNoIiwib3ZlcmxheV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSg0MCwgNDAsIDQwLCAwLjkpIiwiaW5wdXRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJpbnB1dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjI1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaW5wdXRfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJpbnB1dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjUsInNpemVzIjpbXX0sImlucHV0X3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiaW5wdXRfdGV4dF9jb2xvciI6IiMxNjE2MTYiLCJidXR0b25fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0b2dnbGVfY29sb3IiOiIjMTYxNjE2IiwidG9nZ2xlX2JhY2tncm91bmRfY29sb3IiOiJyZ2JhKDIsIDEsIDEsIDApIiwidG9nZ2xlX2ljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2MSwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0b2dnbGVfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNlYXJjaC1mb3JtIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-54abdf42\\\" data-id=\\\"54abdf42\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-56223be0 elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"56223be0\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Reservation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-276f82e elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"276f82e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3b4be661\\\" data-id=\\\"3b4be661\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5a34f050 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5a34f050\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInDown&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Full-service International Freight<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e14f13 elementor-align-center elementor-tablet-align-center elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-button\\\" data-id=\\\"2e14f13\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Contact Us Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2be9238e elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2be9238e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-17d5c143\\\" data-id=\\\"17d5c143\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2ddd765 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"2ddd765\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Our Delivery Team<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-6a30f5b2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6a30f5b2\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5f4ee5a3 elementor-invisible\\\" data-id=\\\"5f4ee5a3\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-47a0ebd8 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"47a0ebd8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1230\\\" height=\\\"898\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-2.png\\\" class=\\\"attachment-full size-full wp-image-62\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">Logistics Manager<\\/div><p class=\\\"elementor-image-box-description\\\">Account Execs<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2e22ebfd elementor-invisible\\\" data-id=\\\"2e22ebfd\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-39f3d60a elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"39f3d60a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1230\\\" height=\\\"898\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-3.png\\\" class=\\\"attachment-full size-full wp-image-63\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">Angelo Wysong<\\/div><p class=\\\"elementor-image-box-description\\\">General Manager<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-35da5752 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"35da5752\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-50fab690 elementor-invisible\\\" data-id=\\\"50fab690\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-53aca4d5 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"53aca4d5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1230\\\" height=\\\"898\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-6.png\\\" class=\\\"attachment-full size-full wp-image-64\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">William Sanchez<\\/div><p class=\\\"elementor-image-box-description\\\">Customer Service<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-281fd08f elementor-invisible\\\" data-id=\\\"281fd08f\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-362377a7 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"362377a7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1230\\\" height=\\\"898\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-4.png\\\" class=\\\"attachment-full size-full wp-image-123\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">David Brooks<\\/div><p class=\\\"elementor-image-box-description\\\">Truck Driver<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-2c49f393 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2c49f393\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1306347b elementor-invisible\\\" data-id=\\\"1306347b\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-774a57e7 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"774a57e7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1230\\\" height=\\\"898\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-1.png\\\" class=\\\"attachment-full size-full wp-image-122\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">Mark Patison<\\/div><p class=\\\"elementor-image-box-description\\\">Special Courier<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-68bbaee elementor-invisible\\\" data-id=\\\"68bbaee\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-841a85c elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"841a85c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1230\\\" height=\\\"898\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/team-5.png\\\" class=\\\"attachment-full size-full wp-image-126\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">Toby Stivens<\\/div><p class=\\\"elementor-image-box-description\\\">Support Manager<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-1f5fc93c elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1f5fc93c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-33509b50\\\" data-id=\\\"33509b50\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-73548635 elementor-widget-tablet__width-auto elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"73548635\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7vpu09w1v598m6x9j5hslnc6rimhpd3y4.jpg\\\" title=\\\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\\\" alt=\\\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4674e7c elementor-widget-tablet__width-auto elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"4674e7c\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2z48hjrd0hd1y6q2gzuv9guz34z4stzk6zh4.jpg\\\" title=\\\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\\\" alt=\\\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c6431ce elementor-widget__width-auto elementor-widget-mobile__width-auto elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"1c6431ce\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/before-img7-rdcf19fsvve9n0a82k3skbu5yihgrqan6npl1bg7mc.png\\\" title=\\\"before-img7.png\\\" alt=\\\"before-img7.png\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-42f1d20f elementor-widget__width-auto elementor-widget-tablet__width-auto elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"42f1d20f\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:300}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/elementor\\/thumbs\\/before-img8-rdcf19fsvve9n0a82k3skbu5yihgrqan6npl1bg7mc.png\\\" title=\\\"before-img8.png\\\" alt=\\\"before-img8.png\\\" loading=\\\"lazy\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-142aa729\\\" data-id=\\\"142aa729\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b910f6b elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"b910f6b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Careers<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-64ae51d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"64ae51d3\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6d32193d\\\" data-id=\\\"6d32193d\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3d347edf elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"3d347edf\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Lead Ingineer\\/Technologist,<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-719054ad elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"719054ad\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-77a30954\\\" data-id=\\\"77a30954\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-59a3913 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"59a3913\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Job summary<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjZlOWFiMjRlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiQXQgdmVybyBlb3MgZXQgYWNjdXNhbXVzIGV0IGl1c3RvIG9kaW8gZGlnbmlzc2ltb3MgZHVjaW11cyBxdWkgYmxhbmRpdGlpcyBwcmFlc2VudGl1bSB2b2x1cHRhdHVtIGRlbGVuaXRpIGF0cXVlIGNvcnJ1cHRpIHF1b3MgZG9sZSBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdGlhIGFuaW1pLiIsInRleHRfY29sb3IiOiIjNkE2QTZBIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7adcf6de elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"7adcf6de\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Your responsibilities:<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjFiYTgyOTE3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiQ3JlYXRpbmcgdmFsdWUgZm9yIGEgY3VzdG9tZXIiLCJ0ZXh0X2NvbG9yIjoiIzE2MTYxNiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjMiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIzNSIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsiaWQiOjIyOCwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS1ibHVlLnBuZyJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBsZWZ0IiwiX2JhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX2JhY2tncm91bmRfc2l6ZSI6ImF1dG8iLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6Ijc3MWUxMGY3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiQnVpbGRpbmcgYSBzdHJvbmcgaW5mcmFzdHJ1Y3R1cmUiLCJ0ZXh0X2NvbG9yIjoiIzE2MTYxNiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIzNSIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiX2JhY2tncm91bmRfaW1hZ2UiOnsiaWQiOjIyOCwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xpc3QtbGluZS1ibHVlLnBuZyJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBsZWZ0IiwiX2JhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiX2JhY2tncm91bmRfc2l6ZSI6ImF1dG8iLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjMxNDBlZDJjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiUXVhbGl0eSBtZWFzdXJlIG1lbiIsInRleHRfY29sb3IiOiIjMTYxNjE2IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiX2JhY2tncm91bmRfYmFja2dyb3VuZCI6ImNsYXNzaWMiLCJfYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6MjI4LCJ1cmwiOiJodHRwczpcL1wvYWxrYXJhLmNvLmlkXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMFwvbGlzdC1saW5lLWJsdWUucG5nIn0sIl9iYWNrZ3JvdW5kX3Bvc2l0aW9uIjoiY2VudGVyIGxlZnQiLCJfYmFja2dyb3VuZF9yZXBlYXQiOiJuby1yZXBlYXQiLCJfYmFja2dyb3VuZF9zaXplIjoiYXV0byIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-298ef2be elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"298ef2be\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;animation&quot;:&quot;slideInUp&quot;,&quot;animation_tablet&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3c2dc645\\\" data-id=\\\"3c2dc645\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1ca665f5 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1ca665f5\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Warehouse Officer<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-3a703366 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3a703366\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-48033378\\\" data-id=\\\"48033378\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-361d5233 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"361d5233\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Job summary<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjEyMDQ5NDkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBdCB2ZXJvIGVvcyBldCBhY2N1c2FtdXMgZXQgaXVzdG8gb2RpbyBkaWduaXNzaW1vcyBkdWNpbXVzIHF1aSBibGFuZGl0aWlzIHByYWVzZW50aXVtIHZvbHVwdGF0dW0gZGVsZW5pdGkgYXRxdWUgY29ycnVwdGkuIiwidGV4dF9jb2xvciI6IiM2QTZBNkEiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6Miwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjE0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjE1IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2FuaW1hdGlvbiI6InNsaWRlSW5VcCIsIl9hbmltYXRpb25fdGFibGV0IjoiZmFkZUluIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-26d27759 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"26d27759\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d18526b\\\" data-id=\\\"d18526b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6000ede6 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"6000ede6\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Next Day Delivery for Your Business<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-56a1e3dd elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"56a1e3dd\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">When you need help, Kargo Customer Care Cente is here for you with 24\\/7 technical support and services<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4735b320 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"4735b320\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-110b03a\\\" data-id=\\\"110b03a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-74fa1a90 elementor-widget elementor-widget-heading\\\" data-id=\\\"74fa1a90\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">About<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a12e1ba elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"a12e1ba\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Company<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Profile<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our team<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-25e96461\\\" data-id=\\\"25e96461\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-150c5600 elementor-widget elementor-widget-heading\\\" data-id=\\\"150c5600\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1f3c1011 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"1f3c1011\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">International Freight<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Quick Estimate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-2e7b0a22\\\" data-id=\\\"2e7b0a22\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-74f7fbe8 elementor-widget elementor-widget-heading\\\" data-id=\\\"74f7fbe8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Legal<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-33db0b04 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"33db0b04\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-4d4e05a0\\\" data-id=\\\"4d4e05a0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-37569bfa elementor-widget elementor-widget-heading\\\" data-id=\\\"37569bfa\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e9b3b68 elementor-widget elementor-widget-heading\\\" data-id=\\\"2e9b3b68\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-40135e92 elementor-widget elementor-widget-button\\\" data-id=\\\"40135e92\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c4d549f elementor-widget elementor-widget-button\\\" data-id=\\\"4c4d549f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"mailto:@yoursite.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-687fe80e e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\\\" data-id=\\\"687fe80e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(2764,197,'_eb_reusable_block_ids','a:0:{}'),
(2765,197,'_elementor_css','a:6:{s:4:\"time\";i:1765060841;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:15;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2766,197,'_elementor_element_cache','{\"timeout\":1765426289,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2efa5c50 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"2efa5c50\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-74b93a83\\\" data-id=\\\"74b93a83\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f1f0b31 elementor-widget elementor-widget-image\\\" data-id=\\\"f1f0b31\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"374\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png\\\" class=\\\"attachment-full size-full wp-image-273\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8.png 1200w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-300x94.png 300w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-1024x319.png 1024w, https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/12\\/Artboard-11@4x-8-768x239.png 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-8775e42\\\" data-id=\\\"8775e42\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjNlM2ZhNDY5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJwb2ludGVyIjoibm9uZSIsImluZGljYXRvciI6ImNoZXZyb24iLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMjUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsIm1lbnVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNvbG9yX21lbnVfaXRlbSI6IiMxNDNjNjQiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjZWMxYzI0IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiNkNDk0MmMiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiIzE2MTYxNiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiIzAwQUZGNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjMUQyOTlCIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImRyb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJkcm9wZG93bl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInBhZGRpbmdfaG9yaXpvbnRhbF9kcm9wZG93bl9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX2Ryb3Bkb3duX2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJkcm9wZG93bl90b3BfZGlzdGFuY2UiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwicGFkZGluZ19ob3Jpem9udGFsX2Ryb3Bkb3duX2l0ZW1fdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJwYWRkaW5nX2hvcml6b250YWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImRyb3Bkb3duX3RvcF9kaXN0YW5jZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMxNjE2MTYiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMiwgMSwgMSwgMCkiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDBBRkY1IiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzUsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwibWVudSI6Im1haW4tbWVudSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk5Ljg3OX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-748e0d58 elementor-hidden-phone\\\" data-id=\\\"748e0d58\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-202bfafd elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\\\" data-id=\\\"202bfafd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><a href=\\\"tel:+80044433\\\" tabindex=\\\"-1\\\"><img width=\\\"19\\\" height=\\\"28\\\" src=\\\"https:\\/\\/alkara.co.id\\/wp-content\\/uploads\\/2025\\/10\\/smartphone4545.png\\\" class=\\\"attachment-full size-full wp-image-160\\\" alt=\\\"\\\" \\/><\\/a><\\/figure><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\"><a href=\\\"tel:+80044433\\\">800-444-33<\\/a><\\/div><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-550f60d5\\\" data-id=\\\"550f60d5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQzYmQ1MzMyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsic2tpbiI6ImZ1bGxfc2NyZWVuIiwicGxhY2Vob2xkZXIiOiJTZWFyY2guLi4iLCJidXR0b25fdGV4dCI6IlNlYXJjaCIsIm92ZXJsYXlfYmFja2dyb3VuZF9jb2xvciI6InJnYmEoNDAsIDQwLCA0MCwgMC45KSIsImlucHV0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiaW5wdXRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImlucHV0X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaW5wdXRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjo1LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImlucHV0X3RleHRfY29sb3IiOiIjMTYxNjE2IiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidG9nZ2xlX2NvbG9yIjoiIzE2MTYxNiIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoicmdiYSgyLCAxLCAxLCAwKSIsInRvZ2dsZV9pY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjEsInNpemVzIjpbXX0sInRvZ2dsZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzAwQUZGNSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzZWFyY2gtZm9ybSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-3fa008ac\\\" data-id=\\\"3fa008ac\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-de87fbf elementor-align-justify elementor-widget__width-inherit elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"de87fbf\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Reservation<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-26445673 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"26445673\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeIn&quot;,&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-background-overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-386435f9\\\" data-id=\\\"386435f9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjI5ZjY1OWZhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiY2xhc3NpY19jb2x1bW5zIjoiMSIsImNsYXNzaWNfY29sdW1uc190YWJsZXQiOiIxIiwiY2xhc3NpY19wb3N0c19wZXJfcGFnZSI6MSwiY2xhc3NpY190aHVtYm5haWwiOiJub25lIiwiY2xhc3NpY190aXRsZV90YWciOiJoMSIsImNsYXNzaWNfc2hvd19leGNlcnB0IjoiIiwiY2xhc3NpY19tZXRhX3NlcGFyYXRvciI6IiIsImNsYXNzaWNfcmVhZF9tb3JlX3RleHQiOiJSZWFkIE1vcmUiLCJjYXJkc19tZXRhX3NlcGFyYXRvciI6Ilx1MjAyMiIsImNhcmRzX3JlYWRfbW9yZV90ZXh0IjoiUmVhZCBNb3JlIFx1MDBiYiIsImZ1bGxfY29udGVudF9wb3N0c19wZXJfcGFnZSI6MSwiZnVsbF9jb250ZW50X3Jvd19nYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiZnVsbF9jb250ZW50X21ldGFfc2VwYXJhdG9yIjoiXC9cL1wvIiwicG9zdHNfaW5jbHVkZSI6W10sInBvc3RzX2luY2x1ZGVfdGVybV9pZHMiOltdLCJjbGFzc2ljX2NvbHVtbl9nYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY2xhc3NpY19yb3dfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNsYXNzaWNfYWxpZ25tZW50IjoiY2VudGVyIiwiY2xhc3NpY19ib3hfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjbGFzc2ljX2JveF9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNsYXNzaWNfYm94X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNsYXNzaWNfY29udGVudF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjbGFzc2ljX3RpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InJlbSIsInNpemUiOjUsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJyZW0iLCJzaXplIjozLjUsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJyZW0iLCJzaXplIjozLjEsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjgwMCIsImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4wODcsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImNsYXNzaWNfbWV0YV9jb2xvciI6IiNGRkZGRkYiLCJjbGFzc2ljX21ldGFfc2VwYXJhdG9yX2NvbG9yIjoiI0ZGRkZGRiIsImNsYXNzaWNfbWV0YV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yNSwic2l6ZXMiOltdfSwiY2xhc3NpY19tZXRhX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjbGFzc2ljX21ldGFfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjo0NSwic2l6ZXMiOltdfSwiY2xhc3NpY19yZWFkX21vcmVfY29sb3IiOiIjRkZGRkZGIiwiY2xhc3NpY19yZWFkX21vcmVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY2xhc3NpY19yZWFkX21vcmVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJjbGFzc2ljX3JlYWRfbW9yZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEyNSwic2l6ZXMiOltdfSwiY2xhc3NpY19yZWFkX21vcmVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImNsYXNzaWNfcmVhZF9tb3JlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiY2xhc3NpY19yZWFkX21vcmVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJjbGFzc2ljX3JlYWRfbW9yZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNsYXNzaWNfcmVhZF9tb3JlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwicGFnaW5hdGlvbl9wYWdlX2xpbWl0IjoiNSIsInBhZ2luYXRpb25fcHJldl9sYWJlbCI6IiZsYXF1bzsgUHJldmlvdXMiLCJwYWdpbmF0aW9uX25leHRfbGFiZWwiOiJOZXh0ICZyYXF1bzsiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIiLCJzaXplcyI6W119LCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9hbmltYXRpb24iOiJmYWRlSW4iLCJ0ZXh0IjoiTG9hZCBNb3JlIiwibG9hZF9tb3JlX25vX3Bvc3RzX2N1c3RvbV9tZXNzYWdlIjoiTm8gbW9yZSBwb3N0cyB0byBzaG93In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InBvc3RzIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4ab1ea16 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"4ab1ea16\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4e3c41d1\\\" data-id=\\\"4e3c41d1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjM3NGMyYTRjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiY2xhc3NpY19jb2x1bW5zIjoiNCIsImNsYXNzaWNfcG9zdHNfcGVyX3BhZ2UiOjQsImNsYXNzaWNfdGh1bWJuYWlsX3NpemVfc2l6ZSI6ImZ1bGwiLCJjbGFzc2ljX2l0ZW1fcmF0aW8iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41OCwic2l6ZXMiOltdfSwiY2xhc3NpY190aXRsZV90YWciOiJoNiIsImNsYXNzaWNfc2hvd19leGNlcnB0IjoiIiwiY2xhc3NpY19tZXRhX2RhdGEiOlsiZGF0ZSJdLCJjbGFzc2ljX21ldGFfc2VwYXJhdG9yIjoiIiwiY2xhc3NpY19zaG93X3JlYWRfbW9yZSI6IiIsImNsYXNzaWNfcmVhZF9tb3JlX3RleHQiOiJSZWFkIE1vcmUiLCJjYXJkc19tZXRhX3NlcGFyYXRvciI6Ilx1MjAyMiIsImNhcmRzX3JlYWRfbW9yZV90ZXh0IjoiUmVhZCBNb3JlIFx1MDBiYiIsImZ1bGxfY29udGVudF9tZXRhX3NlcGFyYXRvciI6IlwvXC9cLyIsInBvc3RzX2luY2x1ZGUiOltdLCJwb3N0c19pbmNsdWRlX3Rlcm1faWRzIjpbXSwiY2xhc3NpY19hbGlnbm1lbnQiOiJsZWZ0IiwiY2xhc3NpY19ib3hfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjbGFzc2ljX2JveF9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNsYXNzaWNfYm94X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNsYXNzaWNfY29udGVudF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjbGFzc2ljX2ltZ19ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjbGFzc2ljX3RpdGxlX2NvbG9yIjoiIzE2MTYxNiIsImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjcwMCIsImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS43NSwic2l6ZXMiOltdfSwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MTEsInNpemVzIjpbXX0sImNsYXNzaWNfbWV0YV9jb2xvciI6IiNBNUFBQUQiLCJjbGFzc2ljX21ldGFfc2VwYXJhdG9yX2NvbG9yIjoiI0E1QUFBRCIsImNsYXNzaWNfbWV0YV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MC44NzUsInNpemVzIjpbXX0sImNsYXNzaWNfbWV0YV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiY2xhc3NpY19tZXRhX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiY2xhc3NpY19tZXRhX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiY2xhc3NpY19tZXRhX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY2xhc3NpY19tZXRhX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwicGFnaW5hdGlvbl9wYWdlX2xpbWl0IjoiNSIsInBhZ2luYXRpb25fcHJldl9sYWJlbCI6IiZsYXF1bzsgUHJldmlvdXMiLCJwYWdpbmF0aW9uX25leHRfbGFiZWwiOiJOZXh0ICZyYXF1bzsiLCJwb3N0c19vcmRlciI6ImFzYyIsIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiIsInRleHQiOiJMb2FkIE1vcmUiLCJsb2FkX21vcmVfbm9fcG9zdHNfY3VzdG9tX21lc3NhZ2UiOiJObyBtb3JlIHBvc3RzIHRvIHNob3cifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoicG9zdHMifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2103993b elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2103993b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6058384a\\\" data-id=\\\"6058384a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-66acd793 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"66acd793\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Popular Articles<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjIwYmExY2Q4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiY2xhc3NpY19jb2x1bW5zIjoiMiIsImNsYXNzaWNfcG9zdHNfcGVyX3BhZ2UiOjQsImNsYXNzaWNfdGh1bWJuYWlsX3NpemVfc2l6ZSI6ImZ1bGwiLCJjbGFzc2ljX2l0ZW1fcmF0aW8iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC41OTUsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfdGFnIjoiaDIiLCJjbGFzc2ljX21ldGFfZGF0YSI6WyJkYXRlIl0sImNsYXNzaWNfbWV0YV9zZXBhcmF0b3IiOiIiLCJjbGFzc2ljX3Nob3dfcmVhZF9tb3JlIjoiIiwiY2xhc3NpY19yZWFkX21vcmVfdGV4dCI6IlJlYWQgTW9yZSIsImNhcmRzX21ldGFfc2VwYXJhdG9yIjoiXHUyMDIyIiwiY2FyZHNfcmVhZF9tb3JlX3RleHQiOiJSZWFkIE1vcmUgXHUwMGJiIiwiZnVsbF9jb250ZW50X21ldGFfc2VwYXJhdG9yIjoiXC9cL1wvIiwicG9zdHNfaW5jbHVkZSI6W10sInBvc3RzX2luY2x1ZGVfdGVybV9pZHMiOlsiNiJdLCJjbGFzc2ljX2FsaWdubWVudCI6ImxlZnQiLCJjbGFzc2ljX2JveF9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNsYXNzaWNfYm94X2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY2xhc3NpY19ib3hfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY2xhc3NpY19jb250ZW50X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNsYXNzaWNfaW1nX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNsYXNzaWNfaW1hZ2Vfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyOSwic2l6ZXMiOltdfSwiY2xhc3NpY190aXRsZV9jb2xvciI6IiMxNjE2MTYiLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImNsYXNzaWNfdGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJyZW0iLCJzaXplIjoyLjI1LCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MS42LCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MS41LCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI4MDAiLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMjc4LCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoxOSwic2l6ZXMiOltdfSwiY2xhc3NpY19tZXRhX2NvbG9yIjoiI0E1QUFBRCIsImNsYXNzaWNfbWV0YV9zZXBhcmF0b3JfY29sb3IiOiIjQTVBQUFEIiwiY2xhc3NpY19tZXRhX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImNsYXNzaWNfbWV0YV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImNsYXNzaWNfbWV0YV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLjg3NSwic2l6ZXMiOltdfSwiY2xhc3NpY19tZXRhX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjbGFzc2ljX21ldGFfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyNywic2l6ZXMiOltdfSwiY2xhc3NpY19leGNlcnB0X2NvbG9yIjoiIzZBNkE2QSIsImNsYXNzaWNfZXhjZXJwdF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiY2xhc3NpY19leGNlcnB0X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjbGFzc2ljX2V4Y2VycHRfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJwYWdpbmF0aW9uX3BhZ2VfbGltaXQiOiI1IiwicGFnaW5hdGlvbl9wcmV2X2xhYmVsIjoiJmxhcXVvOyBQcmV2aW91cyIsInBhZ2luYXRpb25fbmV4dF9sYWJlbCI6Ik5leHQgJnJhcXVvOyIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNTQiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiI0MCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjMwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwicG9zdHNfb3JkZXIiOiJhc2MiLCJjbGFzc2ljX2NvbHVtbnNfdGFibGV0IjoiMSIsImNsYXNzaWNfcm93X2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OSwic2l6ZXMiOltdfSwiY2xhc3NpY19leGNlcnB0X3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiY2xhc3NpY19yZWFkX21vcmVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJjbGFzc2ljX3JlYWRfbW9yZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIl9hbmltYXRpb24iOiJzbGlkZUluVXAiLCJfYW5pbWF0aW9uX3RhYmxldCI6ImZhZGVJbiIsInRleHQiOiJMb2FkIE1vcmUiLCJsb2FkX21vcmVfbm9fcG9zdHNfY3VzdG9tX21lc3NhZ2UiOiJObyBtb3JlIHBvc3RzIHRvIHNob3cifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoicG9zdHMifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-61675c2b elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"61675c2b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-21aaffa2\\\" data-id=\\\"21aaffa2\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-751246f2 elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"751246f2\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Latest News<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"7cb74a01181f1e0feca25e61d2f4a39e\\\" data=\\\"eyJpZCI6IjQ1OTgzODhiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiY2xhc3NpY190aHVtYm5haWxfc2l6ZV9zaXplIjoiZnVsbCIsImNsYXNzaWNfaXRlbV9yYXRpbyI6eyJ1bml0IjoicHgiLCJzaXplIjowLjU5OCwic2l6ZXMiOltdfSwiY2xhc3NpY190aXRsZV90YWciOiJoMiIsImNsYXNzaWNfbWV0YV9kYXRhIjpbImRhdGUiXSwiY2xhc3NpY19tZXRhX3NlcGFyYXRvciI6IiIsImNsYXNzaWNfcmVhZF9tb3JlX3RleHQiOiJSZWFkIE1vcmUiLCJjYXJkc19tZXRhX3NlcGFyYXRvciI6Ilx1MjAyMiIsImNhcmRzX3JlYWRfbW9yZV90ZXh0IjoiUmVhZCBNb3JlIFx1MDBiYiIsImZ1bGxfY29udGVudF9tZXRhX3NlcGFyYXRvciI6IlwvXC9cLyIsInBvc3RzX2luY2x1ZGUiOltdLCJwb3N0c19pbmNsdWRlX3Rlcm1faWRzIjpbXSwiY2xhc3NpY19hbGlnbm1lbnQiOiJsZWZ0IiwiY2xhc3NpY19ib3hfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjbGFzc2ljX2JveF9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNsYXNzaWNfYm94X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImNsYXNzaWNfY29udGVudF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjbGFzc2ljX2ltZ19ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJjbGFzc2ljX2ltYWdlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MzcsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfY29sb3IiOiIjMTYxNjE2IiwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MS41LCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MS4zLCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicmVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI4MDAiLCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNDE3LCJzaXplcyI6W119LCJjbGFzc2ljX3RpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMywic2l6ZXMiOltdfSwiY2xhc3NpY190aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNsYXNzaWNfdGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyMSwic2l6ZXMiOltdfSwiY2xhc3NpY19tZXRhX2NvbG9yIjoiI0E1QUFBRCIsImNsYXNzaWNfbWV0YV9zZXBhcmF0b3JfY29sb3IiOiIjQTVBQUFEIiwiY2xhc3NpY19tZXRhX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImNsYXNzaWNfbWV0YV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImNsYXNzaWNfbWV0YV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLjg3NSwic2l6ZXMiOltdfSwiY2xhc3NpY19tZXRhX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJjbGFzc2ljX21ldGFfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjbGFzc2ljX21ldGFfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyNywic2l6ZXMiOltdfSwiY2xhc3NpY19leGNlcnB0X2NvbG9yIjoiIzZBNkE2QSIsImNsYXNzaWNfZXhjZXJwdF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiY2xhc3NpY19leGNlcnB0X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLCJzaXplcyI6W119LCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJjbGFzc2ljX2V4Y2VycHRfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwicGFnaW5hdGlvbl9wYWdlX2xpbWl0IjoiNSIsInBhZ2luYXRpb25fcHJldl9sYWJlbCI6IiZsYXF1bzsgUHJldmlvdXMiLCJwYWdpbmF0aW9uX25leHRfbGFiZWwiOiJOZXh0ICZyYXF1bzsiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjU0IiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiNDAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInBvc3RzX29yZGVyIjoiYXNjIiwiY2xhc3NpY19yb3dfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjUzLCJzaXplcyI6W119LCJjbGFzc2ljX2V4Y2VycHRfdHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJjbGFzc2ljX3JlYWRfbW9yZV9jb2xvciI6IiNGRjM3MUUiLCJjbGFzc2ljX3JlYWRfbW9yZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJjbGFzc2ljX3JlYWRfbW9yZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImNsYXNzaWNfcmVhZF9tb3JlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjEuMTI1LCJzaXplcyI6W119LCJjbGFzc2ljX3JlYWRfbW9yZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwiY2xhc3NpY19yZWFkX21vcmVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJjbGFzc2ljX3JlYWRfbW9yZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImNsYXNzaWNfcmVhZF9tb3JlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY2xhc3NpY19yZWFkX21vcmVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoic2xpZGVJblVwIiwiX2FuaW1hdGlvbl90YWJsZXQiOiJmYWRlSW4iLCJ0ZXh0IjoiTG9hZCBNb3JlIiwibG9hZF9tb3JlX25vX3Bvc3RzX2N1c3RvbV9tZXNzYWdlIjoiTm8gbW9yZSBwb3N0cyB0byBzaG93In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InBvc3RzIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-40df3de6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"40df3de6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-53dbb134\\\" data-id=\\\"53dbb134\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-229fa029 elementor-widget elementor-widget-heading\\\" data-id=\\\"229fa029\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">About<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-10554613 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"10554613\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Company<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Profile<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Our team<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d15dddb\\\" data-id=\\\"d15dddb\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5295492e elementor-widget elementor-widget-heading\\\" data-id=\\\"5295492e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-689dd83c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"689dd83c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">International Freight<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Products &amp; Solutions <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Quick Estimate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3a200b60\\\" data-id=\\\"3a200b60\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-249c414f elementor-widget elementor-widget-heading\\\" data-id=\\\"249c414f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Legal<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-298be3d8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"298be3d8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-22b72fd6\\\" data-id=\\\"22b72fd6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-45acd722 elementor-widget elementor-widget-heading\\\" data-id=\\\"45acd722\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2723ec05 elementor-widget elementor-widget-heading\\\" data-id=\\\"2723ec05\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation_tablet&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">123, New Lenox, Chicago, IL, 60606<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-76a5cc65 elementor-widget elementor-widget-button\\\" data-id=\\\"76a5cc65\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:+1234567890\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(123) 456-78-90<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ce13edb elementor-widget elementor-widget-button\\\" data-id=\\\"5ce13edb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"mailto:@yoursite.com\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@yoursite.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6a442d14 e-grid-align-left elementor-shape-circle elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons\\\" data-id=\\\"6a442d14\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-b8c34a8\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-4ad098a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-8ef72cf\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-1c4bcb1\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
/*!40000 ALTER TABLE `wpr1_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_posts`
--

DROP TABLE IF EXISTS `wpr1_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=360 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_posts`
--

LOCK TABLES `wpr1_posts` WRITE;
/*!40000 ALTER TABLE `wpr1_posts` DISABLE KEYS */;
INSERT INTO `wpr1_posts` VALUES
(1,1,'2025-10-15 16:16:26','2025-10-15 16:16:26','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2025-10-15 16:16:26','2025-10-15 16:16:26','',0,'https://alkara.co.id/?p=1',0,'post','',1),
(4,0,'2025-10-15 16:16:27','2025-10-15 16:16:27','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2025-10-15 16:16:27','2025-10-15 16:16:27','',0,'https://alkara.co.id/2025/10/15/navigation/',0,'wp_navigation','',0),
(7,1,'2025-10-15 16:18:47','2025-10-15 16:18:47','','Default Kit','','publish','closed','closed','','default-kit','','','2025-10-15 16:18:47','2025-10-15 16:18:47','',0,'https://alkara.co.id/?p=7',0,'elementor_library','',0),
(10,1,'2025-10-15 16:24:46','2025-10-15 16:24:46','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"73\" height=\"72\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape3.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>					<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','publish','closed','closed','','home','','','2025-12-06 14:21:22','2025-12-06 14:21:22','',0,'https://alkara.co.id/?page_id=10',0,'page','',0),
(11,1,'2025-10-15 16:24:27','2025-10-15 16:24:27','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfive','','','2025-10-15 16:24:27','2025-10-15 16:24:27','',0,'https://alkara.co.id/2025/10/15/wp-global-styles-twentytwentyfive/',0,'wp_global_styles','',0),
(12,1,'2025-10-15 16:24:46','2025-10-15 16:24:46','','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-15 16:24:46','2025-10-15 16:24:46','',10,'https://alkara.co.id/?p=12',0,'revision','',0),
(17,1,'2025-10-15 16:42:36','2025-10-15 16:42:36','','warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg','','inherit','open','closed','','warehouse-or-storage-and-shelves-with-cardboard-bo-68tufmr-jpg','','','2025-10-15 16:42:36','2025-10-15 16:42:36','',0,'https://alkara.co.id/wp-content/uploads/2025/10/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg',0,'attachment','image/jpeg',0),
(18,1,'2025-10-15 16:42:37','2025-10-15 16:42:37','','portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg','','inherit','open','closed','','portrait-of-a-senior-male-warehouse-worker-or-a-su-f59h23t-jpg','','','2025-10-15 16:42:37','2025-10-15 16:42:37','',0,'https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg',0,'attachment','image/jpeg',0),
(19,1,'2025-10-15 16:42:37','2025-10-15 16:42:37','','loading-to-the-aircraft-PPSSYVL.jpg','','inherit','open','closed','','loading-to-the-aircraft-ppssyvl-jpg','','','2025-10-15 16:42:37','2025-10-15 16:42:37','',0,'https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg',0,'attachment','image/jpeg',0),
(20,1,'2025-10-15 16:42:38','2025-10-15 16:42:38','','warehouse-man-worker-with-forklift-PR3WQUR.jpg','','inherit','open','closed','','warehouse-man-worker-with-forklift-pr3wqur-jpg','','','2025-10-15 16:42:38','2025-10-15 16:42:38','',0,'https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg',0,'attachment','image/jpeg',0),
(21,1,'2025-10-15 16:42:39','2025-10-15 16:42:39','','male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg','','inherit','open','closed','','male-warehouse-worker-sealing-cardboard-boxes-pskutte-jpg','','','2025-10-15 16:42:39','2025-10-15 16:42:39','',0,'https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg',0,'attachment','image/jpeg',0),
(22,1,'2025-10-15 16:42:40','2025-10-15 16:42:40','','num-1.png','','inherit','open','closed','','num-1-png','','','2025-10-15 16:42:40','2025-10-15 16:42:40','',0,'https://alkara.co.id/wp-content/uploads/2025/10/num-1.png',0,'attachment','image/png',0),
(23,1,'2025-10-15 16:42:40','2025-10-15 16:42:40','','num-2.png','','inherit','open','closed','','num-2-png','','','2025-10-15 16:42:40','2025-10-15 16:42:40','',0,'https://alkara.co.id/wp-content/uploads/2025/10/num-2.png',0,'attachment','image/png',0),
(24,1,'2025-10-15 16:42:40','2025-10-15 16:42:40','','num-3.png','','inherit','open','closed','','num-3-png','','','2025-10-15 16:42:40','2025-10-15 16:42:40','',0,'https://alkara.co.id/wp-content/uploads/2025/10/num-3.png',0,'attachment','image/png',0),
(25,1,'2025-10-15 16:42:40','2025-10-15 16:42:40','','packing-process-VQ5BHHD-e1594819271899.jpg','','inherit','open','closed','','packing-process-vq5bhhd-e1594819271899-jpg','','','2025-10-15 16:42:40','2025-10-15 16:42:40','',0,'https://alkara.co.id/wp-content/uploads/2025/10/packing-process-VQ5BHHD-e1594819271899.jpg',0,'attachment','image/jpeg',0),
(26,1,'2025-10-15 16:42:41','2025-10-15 16:42:41','','quotes-1.png','','inherit','open','closed','','quotes-1-png','','','2025-10-15 16:42:41','2025-10-15 16:42:41','',0,'https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png',0,'attachment','image/png',0),
(27,1,'2025-10-15 16:42:41','2025-10-15 16:42:41','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About 1','','publish','closed','closed','','about-1','','','2025-10-15 16:42:42','2025-10-15 16:42:42','',0,'https://alkara.co.id/?elementor_library=about-1',0,'elementor_library','',0),
(28,1,'2025-10-15 16:42:42','2025-10-15 16:42:42','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About 1','','inherit','closed','closed','','27-revision-v1','','','2025-10-15 16:42:42','2025-10-15 16:42:42','',27,'https://alkara.co.id/?p=28',0,'revision','',0),
(29,1,'2025-10-15 16:42:42','2025-10-15 16:42:42','','industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg','','inherit','open','closed','','industrial-port-with-containers-in-winter-vessel-l-plfcp8x-jpg','','','2025-10-15 16:42:42','2025-10-15 16:42:42','',0,'https://alkara.co.id/wp-content/uploads/2025/10/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg',0,'attachment','image/jpeg',0),
(30,1,'2025-10-15 16:42:44','2025-10-15 16:42:44','','check.png','','inherit','open','closed','','check-png','','','2025-10-15 16:42:44','2025-10-15 16:42:44','',0,'https://alkara.co.id/wp-content/uploads/2025/10/check.png',0,'attachment','image/png',0),
(31,1,'2025-10-15 16:42:45','2025-10-15 16:42:45','','a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg','','inherit','open','closed','','a-person-wearing-an-orange-t-shirt-is-delivering-p-rn7svzd-jpg','','','2025-10-15 16:42:45','2025-10-15 16:42:45','',0,'https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg',0,'attachment','image/jpeg',0),
(32,1,'2025-10-15 16:42:46','2025-10-15 16:42:46','','woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg','','inherit','open','closed','','woman-warehouse-worker-with-hand-forklift-truck-plh9zg2-jpg','','','2025-10-15 16:42:46','2025-10-15 16:42:46','',0,'https://alkara.co.id/wp-content/uploads/2025/10/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg',0,'attachment','image/jpeg',0),
(33,1,'2025-10-15 16:42:46','2025-10-15 16:42:46','<h1>World`s Best Transportation</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n														<a href=\"#\">\n									View Our Location\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wx2nogn1grmwoo73dkz91ao4dikce5r0wkm.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h4>Modern &amp; Trusted Logistics Company</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit,  eiusmod tempor incididunt ut labore et dolore menim.			<figure><img width=\"45\" height=\"45\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/check.png\" alt=\"\" /></figure>271<p>Trusted Partners</p>					<figure><img width=\"45\" height=\"45\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/check.png\" alt=\"\" /></figure>1084<p>Worldwide Offices</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									More Services\n					</a>\n									<h4>Our Services</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-rd932aol7w4obw7w56hzqv3342rk0cbws3tlkgprta.jpg\" title=\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\" loading=\"lazy\" />																<h5>Truck Selection</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-rd932bmfeq5yni6izowmbcujpgmx81fn48h31qodn2.jpg\" title=\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\" alt=\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\" loading=\"lazy\" />																<h5>Order Shipping</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vwye8g32428bwibjrjcq5pirbwoosy4um.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />																<h5>Express Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"></path></svg>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.					\n								<cite>Hershel AcostaAccount Execs</cite>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive.					\n								<cite>Angelo WysongGeneral Manager</cite>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.					\n								<cite>David BrooksAccount Execs</cite>','About 2','','publish','closed','closed','','about-2','','','2025-10-15 16:42:47','2025-10-15 16:42:47','',0,'https://alkara.co.id/?elementor_library=about-2',0,'elementor_library','',0),
(34,1,'2025-10-15 16:42:47','2025-10-15 16:42:47','<h1>World`s Best Transportation</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n														<a href=\"#\">\n									View Our Location\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wx2nogn1grmwoo73dkz91ao4dikce5r0wkm.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h4>Modern &amp; Trusted Logistics Company</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit,  eiusmod tempor incididunt ut labore et dolore menim.			<figure><img width=\"45\" height=\"45\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/check.png\" alt=\"\" /></figure>271<p>Trusted Partners</p>					<figure><img width=\"45\" height=\"45\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/check.png\" alt=\"\" /></figure>1084<p>Worldwide Offices</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									More Services\n					</a>\n									<h4>Our Services</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-rd932aol7w4obw7w56hzqv3342rk0cbws3tlkgprta.jpg\" title=\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\" loading=\"lazy\" />																<h5>Truck Selection</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-rd932bmfeq5yni6izowmbcujpgmx81fn48h31qodn2.jpg\" title=\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\" alt=\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\" loading=\"lazy\" />																<h5>Order Shipping</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vwye8g32428bwibjrjcq5pirbwoosy4um.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />																<h5>Express Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"></path></svg>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.					\n								<cite>Hershel AcostaAccount Execs</cite>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive.					\n								<cite>Angelo WysongGeneral Manager</cite>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.					\n								<cite>David BrooksAccount Execs</cite>','About 2','','inherit','closed','closed','','33-revision-v1','','','2025-10-15 16:42:47','2025-10-15 16:42:47','',33,'https://alkara.co.id/?p=34',0,'revision','',0),
(35,1,'2025-10-15 16:42:47','2025-10-15 16:42:47','<h4>How to Find Us</h4>		Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat urna. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis.					\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Address:</h5>					<h6>123, New Lenox Chicago, IL, 60606</h6>					<h5>Contact Info:</h5>					<h6>+1 234 567 89 90, examplesite@info.com</h6>					<h5>Hours of Operation:</h5>					<h6>Mon -Thu : 7am - 8pm, Fri: 7am - 3pm</h6>','Block Contacts Style 1','','publish','closed','closed','','block-contacts-style-1','','','2025-10-15 16:42:47','2025-10-15 16:42:47','',0,'https://alkara.co.id/?elementor_library=block-contacts-style-1',0,'elementor_library','',0),
(36,1,'2025-10-15 16:42:47','2025-10-15 16:42:47','<h4>How to Find Us</h4>		Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat urna. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis.					\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Address:</h5>					<h6>123, New Lenox Chicago, IL, 60606</h6>					<h5>Contact Info:</h5>					<h6>+1 234 567 89 90, examplesite@info.com</h6>					<h5>Hours of Operation:</h5>					<h6>Mon -Thu : 7am - 8pm, Fri: 7am - 3pm</h6>','Block Contacts Style 1','','inherit','closed','closed','','35-revision-v1','','','2025-10-15 16:42:47','2025-10-15 16:42:47','',35,'https://alkara.co.id/?p=36',0,'revision','',0),
(37,1,'2025-10-15 16:42:47','2025-10-15 16:42:47','','Shape2.png','','inherit','open','closed','','shape2-png','','','2025-10-15 16:42:47','2025-10-15 16:42:47','',0,'https://alkara.co.id/wp-content/uploads/2025/10/Shape2.png',0,'attachment','image/png',0),
(38,1,'2025-10-15 16:42:48','2025-10-15 16:42:48','','Shape3.png','','inherit','open','closed','','shape3-png','','','2025-10-15 16:42:48','2025-10-15 16:42:48','',0,'https://alkara.co.id/wp-content/uploads/2025/10/Shape3.png',0,'attachment','image/png',0),
(39,1,'2025-10-15 16:42:50','2025-10-15 16:42:50','','Shape1.png','','inherit','open','closed','','shape1-png','','','2025-10-15 16:42:50','2025-10-15 16:42:50','',0,'https://alkara.co.id/wp-content/uploads/2025/10/Shape1.png',0,'attachment','image/png',0),
(40,1,'2025-10-15 16:42:50','2025-10-15 16:42:50','<figure><img width=\"49\" height=\"70\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape2.png\" alt=\"\" /></figure>Address<p>123, New Lenox, Chicago, IL, 60606</p>					<figure><img width=\"73\" height=\"72\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape3.png\" alt=\"\" /></figure>Phone<p>(123) 456-78-90, (123) 456-78-90</p>					<figure><img width=\"70\" height=\"70\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape1.png\" alt=\"\" /></figure>Email<p>info@yoursite.com, job@yoursite.com</p>','Block Contacts Style 2','','publish','closed','closed','','block-contacts-style-2','','','2025-10-15 16:42:50','2025-10-15 16:42:50','',0,'https://alkara.co.id/?elementor_library=block-contacts-style-2',0,'elementor_library','',0),
(41,1,'2025-10-15 16:42:50','2025-10-15 16:42:50','<figure><img width=\"49\" height=\"70\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape2.png\" alt=\"\" /></figure>Address<p>123, New Lenox, Chicago, IL, 60606</p>					<figure><img width=\"73\" height=\"72\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape3.png\" alt=\"\" /></figure>Phone<p>(123) 456-78-90, (123) 456-78-90</p>					<figure><img width=\"70\" height=\"70\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape1.png\" alt=\"\" /></figure>Email<p>info@yoursite.com, job@yoursite.com</p>','Block Contacts Style 2','','inherit','closed','closed','','40-revision-v1','','','2025-10-15 16:42:50','2025-10-15 16:42:50','',40,'https://alkara.co.id/?p=41',0,'revision','',0),
(42,1,'2025-10-15 16:42:50','2025-10-15 16:42:50','<h4>Premium Solutions for Our Clients</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt utet labore .								<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n				0\n							<h5>Offices Worldwide</h5>		At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\niusto accusamus et iusto odio.					\n				0\n				+\n							<h5>Delayed Freight</h5>		At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\niusto accusamus et iusto odio.','Block Counter Style 1','','publish','closed','closed','','block-counter-style-1','','','2025-10-15 16:42:50','2025-10-15 16:42:50','',0,'https://alkara.co.id/?elementor_library=block-counter-style-1',0,'elementor_library','',0),
(43,1,'2025-10-15 16:42:50','2025-10-15 16:42:50','<h4>Premium Solutions for Our Clients</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt utet labore .								<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n				0\n							<h5>Offices Worldwide</h5>		At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\niusto accusamus et iusto odio.					\n				0\n				+\n							<h5>Delayed Freight</h5>		At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\niusto accusamus et iusto odio.','Block Counter Style 1','','inherit','closed','closed','','42-revision-v1','','','2025-10-15 16:42:50','2025-10-15 16:42:50','',42,'https://alkara.co.id/?p=43',0,'revision','',0),
(44,1,'2025-10-15 16:42:51','2025-10-15 16:42:51','','global-3.png','','inherit','open','closed','','global-3-png','','','2025-10-15 16:42:51','2025-10-15 16:42:51','',0,'https://alkara.co.id/wp-content/uploads/2025/10/global-3.png',0,'attachment','image/png',0),
(45,1,'2025-10-15 16:42:52','2025-10-15 16:42:52','','logistics-box-3.png','','inherit','open','closed','','logistics-box-3-png','','','2025-10-15 16:42:52','2025-10-15 16:42:52','',0,'https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png',0,'attachment','image/png',0),
(46,1,'2025-10-15 16:42:53','2025-10-15 16:42:53','','count-3.png','','inherit','open','closed','','count-3-png','','','2025-10-15 16:42:53','2025-10-15 16:42:53','',0,'https://alkara.co.id/wp-content/uploads/2025/10/count-3.png',0,'attachment','image/png',0),
(47,1,'2025-10-15 16:42:54','2025-10-15 16:42:54','','boxes-packages-3-1.png','','inherit','open','closed','','boxes-packages-3-1-png','','','2025-10-15 16:42:54','2025-10-15 16:42:54','',0,'https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png',0,'attachment','image/png',0),
(48,1,'2025-10-15 16:42:55','2025-10-15 16:42:55','<img width=\"79\" height=\"76\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/global-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/global-3.png 79w, https://alkara.co.id/wp-content/uploads/2025/10/global-3-768x738.png 768w\" sizes=\"(max-width: 79px) 100vw, 79px\" />																		\n			Useful Articles			\n				0\n																	<img width=\"77\" height=\"66\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png 77w, https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3-768x658.png 768w\" sizes=\"(max-width: 77px) 100vw, 77px\" />																		\n			Trusted Partners			\n				0\n																	<img width=\"84\" height=\"74\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/count-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/count-3.png 84w, https://alkara.co.id/wp-content/uploads/2025/10/count-3-768x676.png 768w\" sizes=\"(max-width: 84px) 100vw, 84px\" />																		\n			Social Shares			\n				0\n																	<img width=\"78\" height=\"68\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png 78w, https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1-768x669.png 768w\" sizes=\"(max-width: 78px) 100vw, 78px\" />																		\n			Useful Articles			\n				0','Block Counter Style 2','','publish','closed','closed','','block-counter-style-2','','','2025-10-15 16:42:55','2025-10-15 16:42:55','',0,'https://alkara.co.id/?elementor_library=block-counter-style-2',0,'elementor_library','',0),
(49,1,'2025-10-15 16:42:55','2025-10-15 16:42:55','<img width=\"79\" height=\"76\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/global-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/global-3.png 79w, https://alkara.co.id/wp-content/uploads/2025/10/global-3-768x738.png 768w\" sizes=\"(max-width: 79px) 100vw, 79px\" />																		\n			Useful Articles			\n				0\n																	<img width=\"77\" height=\"66\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png 77w, https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3-768x658.png 768w\" sizes=\"(max-width: 77px) 100vw, 77px\" />																		\n			Trusted Partners			\n				0\n																	<img width=\"84\" height=\"74\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/count-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/count-3.png 84w, https://alkara.co.id/wp-content/uploads/2025/10/count-3-768x676.png 768w\" sizes=\"(max-width: 84px) 100vw, 84px\" />																		\n			Social Shares			\n				0\n																	<img width=\"78\" height=\"68\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png 78w, https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1-768x669.png 768w\" sizes=\"(max-width: 78px) 100vw, 78px\" />																		\n			Useful Articles			\n				0','Block Counter Style 2','','inherit','closed','closed','','48-revision-v1','','','2025-10-15 16:42:55','2025-10-15 16:42:55','',48,'https://alkara.co.id/?p=49',0,'revision','',0),
(50,1,'2025-10-15 16:42:55','2025-10-15 16:42:55','','deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg','','inherit','open','closed','','deliveryman-gives-parcel-to-female-recipient-hh3z3t7-jpg','','','2025-10-15 16:42:55','2025-10-15 16:42:55','',0,'https://alkara.co.id/wp-content/uploads/2025/10/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg',0,'attachment','image/jpeg',0),
(51,1,'2025-10-15 16:42:56','2025-10-15 16:42:56','','a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg','','inherit','open','closed','','a-person-wearing-an-orange-t-shirt-and-a-name-tag-8flenrm-jpg','','','2025-10-15 16:42:56','2025-10-15 16:42:56','',0,'https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg',0,'attachment','image/jpeg',0),
(52,1,'2025-10-15 16:42:58','2025-10-15 16:42:58','','giving-parcel-to-courier-E9PNCYB.jpg','','inherit','open','closed','','giving-parcel-to-courier-e9pncyb-jpg','','','2025-10-15 16:42:58','2025-10-15 16:42:58','',0,'https://alkara.co.id/wp-content/uploads/2025/10/giving-parcel-to-courier-E9PNCYB.jpg',0,'attachment','image/jpeg',0),
(53,1,'2025-10-15 16:42:59','2025-10-15 16:42:59','','a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg','','inherit','open','closed','','a-person-wearing-an-orange-t-shirt-and-a-name-tag-t4w2jum-jpg','','','2025-10-15 16:42:59','2025-10-15 16:42:59','',0,'https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg',0,'attachment','image/jpeg',0),
(54,1,'2025-10-15 16:42:59','2025-10-15 16:42:59','<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9kZWxpdmVyeW1hbi1naXZlcy1wYXJjZWwtdG8tZmVtYWxlLXJlY2lwaWVudC1ISDNaM1Q3LmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2xwdpyu8v6g93pendneaq541u6zkgevli80c.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9hLXBlcnNvbi13ZWFyaW5nLWFuLW9yYW5nZS10LXNoaXJ0LWFuZC1hLW5hbWUtdGFnLThGTEVOUk0uanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-rd932l0s37syjmuoazjpkgn557y45evh45lefr1qys.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/giving-parcel-to-courier-E9PNCYB.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"giving-parcel-to-courier-E9PNCYB.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9naXZpbmctcGFyY2VsLXRvLWNvdXJpZXItRTlQTkNZQi5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/giving-parcel-to-courier-E9PNCYB-rd932mwk4g74n38a8ix3gd74agz4qesjnc6drmtpl0.jpg\" title=\"giving-parcel-to-courier-E9PNCYB.jpg\" alt=\"giving-parcel-to-courier-E9PNCYB.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235uhd4if1km79tsr35duwe535wkpp76bhs890.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/packing-process-VQ5BHHD-e1594819271899.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjUsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wYWNraW5nLXByb2Nlc3MtVlE1QkhIRC1lMTU5NDgxOTI3MTg5OS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zd1v6o03fnql0av8xqhinmwla7xmo4og34lo.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTMsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9hLXBlcnNvbi13ZWFyaW5nLWFuLW9yYW5nZS10LXNoaXJ0LWFuZC1hLW5hbWUtdGFnLVQ0VzJKVU0uanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-rd932nueba6pkx622tacfjgjqbhw4fyq70cd617ea4.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" loading=\"lazy\" />								</a>','Block Gallery','','publish','closed','closed','','block-gallery','','','2025-10-15 16:43:00','2025-10-15 16:43:00','',0,'https://alkara.co.id/?elementor_library=block-gallery',0,'elementor_library','',0),
(55,1,'2025-10-15 16:43:00','2025-10-15 16:43:00','<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9kZWxpdmVyeW1hbi1naXZlcy1wYXJjZWwtdG8tZmVtYWxlLXJlY2lwaWVudC1ISDNaM1Q3LmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2xwdpyu8v6g93pendneaq541u6zkgevli80c.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9hLXBlcnNvbi13ZWFyaW5nLWFuLW9yYW5nZS10LXNoaXJ0LWFuZC1hLW5hbWUtdGFnLThGTEVOUk0uanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-rd932l0s37syjmuoazjpkgn557y45evh45lefr1qys.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/giving-parcel-to-courier-E9PNCYB.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"giving-parcel-to-courier-E9PNCYB.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9naXZpbmctcGFyY2VsLXRvLWNvdXJpZXItRTlQTkNZQi5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/giving-parcel-to-courier-E9PNCYB-rd932mwk4g74n38a8ix3gd74agz4qesjnc6drmtpl0.jpg\" title=\"giving-parcel-to-courier-E9PNCYB.jpg\" alt=\"giving-parcel-to-courier-E9PNCYB.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235uhd4if1km79tsr35duwe535wkpp76bhs890.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/packing-process-VQ5BHHD-e1594819271899.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjUsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wYWNraW5nLXByb2Nlc3MtVlE1QkhIRC1lMTU5NDgxOTI3MTg5OS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zd1v6o03fnql0av8xqhinmwla7xmo4og34lo.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTMsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9hLXBlcnNvbi13ZWFyaW5nLWFuLW9yYW5nZS10LXNoaXJ0LWFuZC1hLW5hbWUtdGFnLVQ0VzJKVU0uanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-rd932nueba6pkx622tacfjgjqbhw4fyq70cd617ea4.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" loading=\"lazy\" />								</a>','Block Gallery','','inherit','closed','closed','','54-revision-v1','','','2025-10-15 16:43:00','2025-10-15 16:43:00','',54,'https://alkara.co.id/?p=55',0,'revision','',0),
(56,1,'2025-10-15 16:43:00','2025-10-15 16:43:00','','wheels-of-the-airplane-P2MEJ5J.jpg','','inherit','open','closed','','wheels-of-the-airplane-p2mej5j-jpg','','','2025-10-15 16:43:00','2025-10-15 16:43:00','',0,'https://alkara.co.id/wp-content/uploads/2025/10/wheels-of-the-airplane-P2MEJ5J.jpg',0,'attachment','image/jpeg',0),
(57,1,'2025-10-15 16:43:01','2025-10-15 16:43:01','<h1>Next Day Delivery for Your Business</h1>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video','Block Hero Style 1','','publish','closed','closed','','block-hero-style-1','','','2025-10-15 16:43:01','2025-10-15 16:43:01','',0,'https://alkara.co.id/?elementor_library=block-hero-style-1',0,'elementor_library','',0),
(58,1,'2025-10-15 16:43:01','2025-10-15 16:43:01','<h1>Next Day Delivery for Your Business</h1>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video','Block Hero Style 1','','inherit','closed','closed','','57-revision-v1','','','2025-10-15 16:43:01','2025-10-15 16:43:01','',57,'https://alkara.co.id/?p=58',0,'revision','',0),
(59,1,'2025-10-15 16:43:01','2025-10-15 16:43:01','','cargo-delivery-service-courier-with-box-and-phone-P5P42NQ.jpg','','inherit','open','closed','','cargo-delivery-service-courier-with-box-and-phone-p5p42nq-jpg','','','2025-10-15 16:43:01','2025-10-15 16:43:01','',0,'https://alkara.co.id/wp-content/uploads/2025/10/cargo-delivery-service-courier-with-box-and-phone-P5P42NQ.jpg',0,'attachment','image/jpeg',0),
(60,1,'2025-10-15 16:43:02','2025-10-15 16:43:02','<h1>World`s Best Transportation</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>','Block Hero Style 2','','publish','closed','closed','','block-hero-style-2','','','2025-10-15 16:43:02','2025-10-15 16:43:02','',0,'https://alkara.co.id/?elementor_library=block-hero-style-2',0,'elementor_library','',0),
(61,1,'2025-10-15 16:43:02','2025-10-15 16:43:02','<h1>World`s Best Transportation</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>','Block Hero Style 2','','inherit','closed','closed','','60-revision-v1','','','2025-10-15 16:43:02','2025-10-15 16:43:02','',60,'https://alkara.co.id/?p=61',0,'revision','',0),
(62,1,'2025-10-15 16:43:02','2025-10-15 16:43:02','','team-2.png','','inherit','open','closed','','team-2-png','','','2025-10-15 16:43:02','2025-10-15 16:43:02','',0,'https://alkara.co.id/wp-content/uploads/2025/10/team-2.png',0,'attachment','image/png',0),
(63,1,'2025-10-15 16:43:07','2025-10-15 16:43:07','','team-3.png','','inherit','open','closed','','team-3-png','','','2025-10-15 16:43:07','2025-10-15 16:43:07','',0,'https://alkara.co.id/wp-content/uploads/2025/10/team-3.png',0,'attachment','image/png',0),
(64,1,'2025-10-15 16:43:11','2025-10-15 16:43:11','','team-6.png','','inherit','open','closed','','team-6-png','','','2025-10-15 16:43:11','2025-10-15 16:43:11','',0,'https://alkara.co.id/wp-content/uploads/2025/10/team-6.png',0,'attachment','image/png',0),
(65,1,'2025-10-15 16:43:16','2025-10-15 16:43:16','','engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg','','inherit','open','closed','','engineers-tracking-shipping-containers-in-a-large-e8yv5tm-jpg','','','2025-10-15 16:43:16','2025-10-15 16:43:16','',0,'https://alkara.co.id/wp-content/uploads/2025/10/engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg',0,'attachment','image/jpeg',0),
(66,1,'2025-10-15 16:44:11','2025-10-15 16:44:11','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE4IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3BvcnRyYWl0LW9mLWEtc2VuaW9yLW1hbGUtd2FyZWhvdXNlLXdvcmtlci1vci1hLXN1LUY1OUgyM1QuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE5IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xvYWRpbmctdG8tdGhlLWFpcmNyYWZ0LVBQU1NZVkwuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIwIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3dhcmVob3VzZS1tYW4td29ya2VyLXdpdGgtZm9ya2xpZnQtUFIzV1FVUi5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIxIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL21hbGUtd2FyZWhvdXNlLXdvcmtlci1zZWFsaW5nLWNhcmRib2FyZC1ib3hlcy1QU0tVVFRFLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About 1','','publish','closed','closed','','about-1-2','','','2025-10-15 16:44:11','2025-10-15 16:44:11','',0,'https://alkara.co.id/?elementor_library=about-1-2',0,'elementor_library','',0),
(67,1,'2025-10-15 16:44:11','2025-10-15 16:44:11','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE4IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3BvcnRyYWl0LW9mLWEtc2VuaW9yLW1hbGUtd2FyZWhvdXNlLXdvcmtlci1vci1hLXN1LUY1OUgyM1QuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE5IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xvYWRpbmctdG8tdGhlLWFpcmNyYWZ0LVBQU1NZVkwuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIwIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3dhcmVob3VzZS1tYW4td29ya2VyLXdpdGgtZm9ya2xpZnQtUFIzV1FVUi5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIxIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL21hbGUtd2FyZWhvdXNlLXdvcmtlci1zZWFsaW5nLWNhcmRib2FyZC1ib3hlcy1QU0tVVFRFLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About 1','','inherit','closed','closed','','66-revision-v1','','','2025-10-15 16:44:11','2025-10-15 16:44:11','',66,'https://alkara.co.id/?p=67',0,'revision','',0),
(68,1,'2025-10-15 16:44:11','2025-10-15 16:44:11','<h1>World`s Best Transportation</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n														<a href=\"#\">\n									View Our Location\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wx2nogn1grmwoo73dkz91ao4dikce5r0wkm.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h4>Modern &amp; Trusted Logistics Company</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit,  eiusmod tempor incididunt ut labore et dolore menim.			<figure><img width=\"45\" height=\"45\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/check.png\" alt=\"\" /></figure>271<p>Trusted Partners</p>					<figure><img width=\"45\" height=\"45\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/check.png\" alt=\"\" /></figure>1084<p>Worldwide Offices</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									More Services\n					</a>\n									<h4>Our Services</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-rd932aol7w4obw7w56hzqv3342rk0cbws3tlkgprta.jpg\" title=\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\" loading=\"lazy\" />																<h5>Truck Selection</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-rd932bmfeq5yni6izowmbcujpgmx81fn48h31qodn2.jpg\" title=\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\" alt=\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\" loading=\"lazy\" />																<h5>Order Shipping</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vwye8g32428bwibjrjcq5pirbwoosy4um.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />																<h5>Express Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"></path></svg>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.					\n								<cite>Hershel AcostaAccount Execs</cite>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive.					\n								<cite>Angelo WysongGeneral Manager</cite>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.					\n								<cite>David BrooksAccount Execs</cite>','About 2','','publish','closed','closed','','about-2-2','','','2025-10-15 16:44:11','2025-10-15 16:44:11','',0,'https://alkara.co.id/?elementor_library=about-2-2',0,'elementor_library','',0),
(69,1,'2025-10-15 16:44:11','2025-10-15 16:44:11','<h1>World`s Best Transportation</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n														<a href=\"#\">\n									View Our Location\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wx2nogn1grmwoo73dkz91ao4dikce5r0wkm.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h4>Modern &amp; Trusted Logistics Company</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit,  eiusmod tempor incididunt ut labore et dolore menim.			<figure><img width=\"45\" height=\"45\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/check.png\" alt=\"\" /></figure>271<p>Trusted Partners</p>					<figure><img width=\"45\" height=\"45\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/check.png\" alt=\"\" /></figure>1084<p>Worldwide Offices</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									More Services\n					</a>\n									<h4>Our Services</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD-rd932aol7w4obw7w56hzqv3342rk0cbws3tlkgprta.jpg\" title=\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-is-delivering-p-RN7SVZD.jpg\" loading=\"lazy\" />																<h5>Truck Selection</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2-rd932bmfeq5yni6izowmbcujpgmx81fn48h31qodn2.jpg\" title=\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\" alt=\"woman-warehouse-worker-with-hand-forklift-truck-PLH9ZG2.jpg\" loading=\"lazy\" />																<h5>Order Shipping</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vwye8g32428bwibjrjcq5pirbwoosy4um.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />																<h5>Express Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"></path></svg>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.					\n								<cite>Hershel AcostaAccount Execs</cite>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive.					\n								<cite>Angelo WysongGeneral Manager</cite>			\n						We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.					\n								<cite>David BrooksAccount Execs</cite>','About 2','','inherit','closed','closed','','68-revision-v1','','','2025-10-15 16:44:11','2025-10-15 16:44:11','',68,'https://alkara.co.id/?p=69',0,'revision','',0),
(70,1,'2025-10-15 16:44:11','2025-10-15 16:44:11','<h4>How to Find Us</h4>		Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat urna. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis.					\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Address:</h5>					<h6>123, New Lenox Chicago, IL, 60606</h6>					<h5>Contact Info:</h5>					<h6>+1 234 567 89 90, examplesite@info.com</h6>					<h5>Hours of Operation:</h5>					<h6>Mon -Thu : 7am - 8pm, Fri: 7am - 3pm</h6>','Block Contacts Style 1','','publish','closed','closed','','block-contacts-style-1-2','','','2025-10-15 16:44:11','2025-10-15 16:44:11','',0,'https://alkara.co.id/?elementor_library=block-contacts-style-1-2',0,'elementor_library','',0),
(71,1,'2025-10-15 16:44:11','2025-10-15 16:44:11','<h4>How to Find Us</h4>		Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat urna. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis.					\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Address:</h5>					<h6>123, New Lenox Chicago, IL, 60606</h6>					<h5>Contact Info:</h5>					<h6>+1 234 567 89 90, examplesite@info.com</h6>					<h5>Hours of Operation:</h5>					<h6>Mon -Thu : 7am - 8pm, Fri: 7am - 3pm</h6>','Block Contacts Style 1','','inherit','closed','closed','','70-revision-v1','','','2025-10-15 16:44:11','2025-10-15 16:44:11','',70,'https://alkara.co.id/?p=71',0,'revision','',0),
(72,1,'2025-10-15 16:44:11','2025-10-15 16:44:11','<figure><img width=\"49\" height=\"70\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape2.png\" alt=\"\" /></figure>Address<p>123, New Lenox, Chicago, IL, 60606</p>					<figure><img width=\"73\" height=\"72\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape3.png\" alt=\"\" /></figure>Phone<p>(123) 456-78-90, (123) 456-78-90</p>					<figure><img width=\"70\" height=\"70\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape1.png\" alt=\"\" /></figure>Email<p>info@yoursite.com, job@yoursite.com</p>','Block Contacts Style 2','','publish','closed','closed','','block-contacts-style-2-2','','','2025-10-15 16:44:11','2025-10-15 16:44:11','',0,'https://alkara.co.id/?elementor_library=block-contacts-style-2-2',0,'elementor_library','',0),
(73,1,'2025-10-15 16:44:11','2025-10-15 16:44:11','<figure><img width=\"49\" height=\"70\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape2.png\" alt=\"\" /></figure>Address<p>123, New Lenox, Chicago, IL, 60606</p>					<figure><img width=\"73\" height=\"72\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape3.png\" alt=\"\" /></figure>Phone<p>(123) 456-78-90, (123) 456-78-90</p>					<figure><img width=\"70\" height=\"70\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape1.png\" alt=\"\" /></figure>Email<p>info@yoursite.com, job@yoursite.com</p>','Block Contacts Style 2','','inherit','closed','closed','','72-revision-v1','','','2025-10-15 16:44:11','2025-10-15 16:44:11','',72,'https://alkara.co.id/?p=73',0,'revision','',0),
(74,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<h4>Premium Solutions for Our Clients</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt utet labore .								<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n				0\n							<h5>Offices Worldwide</h5>		At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\niusto accusamus et iusto odio.					\n				0\n				+\n							<h5>Delayed Freight</h5>		At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\niusto accusamus et iusto odio.','Block Counter Style 1','','publish','closed','closed','','block-counter-style-1-2','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',0,'https://alkara.co.id/?elementor_library=block-counter-style-1-2',0,'elementor_library','',0),
(75,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<h4>Premium Solutions for Our Clients</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt utet labore .								<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n				0\n							<h5>Offices Worldwide</h5>		At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\niusto accusamus et iusto odio.					\n				0\n				+\n							<h5>Delayed Freight</h5>		At vero eos et iusto accusamus et iusto odio dignissimos ducimus qui blanditiis.\niusto accusamus et iusto odio.','Block Counter Style 1','','inherit','closed','closed','','74-revision-v1','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',74,'https://alkara.co.id/?p=75',0,'revision','',0),
(76,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<img width=\"79\" height=\"76\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/global-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/global-3.png 79w, https://alkara.co.id/wp-content/uploads/2025/10/global-3-768x738.png 768w\" sizes=\"(max-width: 79px) 100vw, 79px\" />																		\n			Useful Articles			\n				0\n																	<img width=\"77\" height=\"66\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png 77w, https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3-768x658.png 768w\" sizes=\"(max-width: 77px) 100vw, 77px\" />																		\n			Trusted Partners			\n				0\n																	<img width=\"84\" height=\"74\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/count-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/count-3.png 84w, https://alkara.co.id/wp-content/uploads/2025/10/count-3-768x676.png 768w\" sizes=\"(max-width: 84px) 100vw, 84px\" />																		\n			Social Shares			\n				0\n																	<img width=\"78\" height=\"68\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png 78w, https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1-768x669.png 768w\" sizes=\"(max-width: 78px) 100vw, 78px\" />																		\n			Useful Articles			\n				0','Block Counter Style 2','','publish','closed','closed','','block-counter-style-2-2','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',0,'https://alkara.co.id/?elementor_library=block-counter-style-2-2',0,'elementor_library','',0),
(77,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<img width=\"79\" height=\"76\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/global-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/global-3.png 79w, https://alkara.co.id/wp-content/uploads/2025/10/global-3-768x738.png 768w\" sizes=\"(max-width: 79px) 100vw, 79px\" />																		\n			Useful Articles			\n				0\n																	<img width=\"77\" height=\"66\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3.png 77w, https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-3-768x658.png 768w\" sizes=\"(max-width: 77px) 100vw, 77px\" />																		\n			Trusted Partners			\n				0\n																	<img width=\"84\" height=\"74\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/count-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/count-3.png 84w, https://alkara.co.id/wp-content/uploads/2025/10/count-3-768x676.png 768w\" sizes=\"(max-width: 84px) 100vw, 84px\" />																		\n			Social Shares			\n				0\n																	<img width=\"78\" height=\"68\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1.png 78w, https://alkara.co.id/wp-content/uploads/2025/10/boxes-packages-3-1-768x669.png 768w\" sizes=\"(max-width: 78px) 100vw, 78px\" />																		\n			Useful Articles			\n				0','Block Counter Style 2','','inherit','closed','closed','','76-revision-v1','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',76,'https://alkara.co.id/?p=77',0,'revision','',0),
(78,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUwIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2RlbGl2ZXJ5bWFuLWdpdmVzLXBhcmNlbC10by1mZW1hbGUtcmVjaXBpZW50LUhIM1ozVDcuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2xwdpyu8v6g93pendneaq541u6zkgevli80c.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUxIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2EtcGVyc29uLXdlYXJpbmctYW4tb3JhbmdlLXQtc2hpcnQtYW5kLWEtbmFtZS10YWctOEZMRU5STS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-rd932l0s37syjmuoazjpkgn557y45evh45lefr1qys.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/giving-parcel-to-courier-E9PNCYB.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"giving-parcel-to-courier-E9PNCYB.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUyIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2dpdmluZy1wYXJjZWwtdG8tY291cmllci1FOVBOQ1lCLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/giving-parcel-to-courier-E9PNCYB-rd932mwk4g74n38a8ix3gd74agz4qesjnc6drmtpl0.jpg\" title=\"giving-parcel-to-courier-E9PNCYB.jpg\" alt=\"giving-parcel-to-courier-E9PNCYB.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE4IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3BvcnRyYWl0LW9mLWEtc2VuaW9yLW1hbGUtd2FyZWhvdXNlLXdvcmtlci1vci1hLXN1LUY1OUgyM1QuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235uhd4if1km79tsr35duwe535wkpp76bhs890.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/packing-process-VQ5BHHD-e1594819271899.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjI1IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3BhY2tpbmctcHJvY2Vzcy1WUTVCSEhELWUxNTk0ODE5MjcxODk5LmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zd1v6o03fnql0av8xqhinmwla7xmo4og34lo.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUzIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2EtcGVyc29uLXdlYXJpbmctYW4tb3JhbmdlLXQtc2hpcnQtYW5kLWEtbmFtZS10YWctVDRXMkpVTS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-rd932nueba6pkx622tacfjgjqbhw4fyq70cd617ea4.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" loading=\"lazy\" />								</a>','Block Gallery','','publish','closed','closed','','block-gallery-2','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',0,'https://alkara.co.id/?elementor_library=block-gallery-2',0,'elementor_library','',0),
(79,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUwIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2RlbGl2ZXJ5bWFuLWdpdmVzLXBhcmNlbC10by1mZW1hbGUtcmVjaXBpZW50LUhIM1ozVDcuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2xwdpyu8v6g93pendneaq541u6zkgevli80c.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUxIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2EtcGVyc29uLXdlYXJpbmctYW4tb3JhbmdlLXQtc2hpcnQtYW5kLWEtbmFtZS10YWctOEZMRU5STS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM-rd932l0s37syjmuoazjpkgn557y45evh45lefr1qys.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-8FLENRM.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/giving-parcel-to-courier-E9PNCYB.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"giving-parcel-to-courier-E9PNCYB.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUyIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2dpdmluZy1wYXJjZWwtdG8tY291cmllci1FOVBOQ1lCLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/giving-parcel-to-courier-E9PNCYB-rd932mwk4g74n38a8ix3gd74agz4qesjnc6drmtpl0.jpg\" title=\"giving-parcel-to-courier-E9PNCYB.jpg\" alt=\"giving-parcel-to-courier-E9PNCYB.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE4IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3BvcnRyYWl0LW9mLWEtc2VuaW9yLW1hbGUtd2FyZWhvdXNlLXdvcmtlci1vci1hLXN1LUY1OUgyM1QuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235uhd4if1km79tsr35duwe535wkpp76bhs890.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/packing-process-VQ5BHHD-e1594819271899.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjI1IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3BhY2tpbmctcHJvY2Vzcy1WUTVCSEhELWUxNTk0ODE5MjcxODk5LmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zd1v6o03fnql0av8xqhinmwla7xmo4og34lo.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUzIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2EtcGVyc29uLXdlYXJpbmctYW4tb3JhbmdlLXQtc2hpcnQtYW5kLWEtbmFtZS10YWctVDRXMkpVTS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-rd932nueba6pkx622tacfjgjqbhw4fyq70cd617ea4.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" loading=\"lazy\" />								</a>','Block Gallery','','inherit','closed','closed','','78-revision-v1','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',78,'https://alkara.co.id/?p=79',0,'revision','',0),
(80,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<h1>Next Day Delivery for Your Business</h1>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video','Block Hero Style 1','','publish','closed','closed','','block-hero-style-1-2','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',0,'https://alkara.co.id/?elementor_library=block-hero-style-1-2',0,'elementor_library','',0),
(81,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<h1>Next Day Delivery for Your Business</h1>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video','Block Hero Style 1','','inherit','closed','closed','','80-revision-v1','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',80,'https://alkara.co.id/?p=81',0,'revision','',0),
(82,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<h1>World`s Best Transportation</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>','Block Hero Style 2','','publish','closed','closed','','block-hero-style-2-2','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',0,'https://alkara.co.id/?elementor_library=block-hero-style-2-2',0,'elementor_library','',0),
(83,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','<h1>World`s Best Transportation</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>','Block Hero Style 2','','inherit','closed','closed','','82-revision-v1','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',82,'https://alkara.co.id/?p=83',0,'revision','',0),
(84,1,'2025-10-15 16:44:12','2025-10-15 16:44:12','','engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg','','inherit','open','closed','','engineers-tracking-shipping-containers-in-a-large-e8yv5tm-jpg-2','','','2025-10-15 16:44:12','2025-10-15 16:44:12','',0,'https://alkara.co.id/wp-content/uploads/2025/10/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1.jpg',0,'attachment','image/jpeg',0),
(85,1,'2025-10-15 16:44:13','2025-10-15 16:44:13','<h4>Premium Solutions for Our Clients</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-2-rd932qnt87yov7xh7slv4jsvd2llyzkq1q9w81yza0.png\" title=\"team-2.png\" alt=\"team-2.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-3-rd932vd06e54h9qngcmzz0m6bzyg1h3dqdjbmfs0ew.png\" title=\"team-3.png\" alt=\"team-3.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-6-rd932z4cxqa9rpl6ue9i8zo0pjfww9ib2w59jjmfq0.png\" title=\"team-6.png\" alt=\"team-6.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgiimgrfx9wjl1qz374y1laxstxmrxvtf9f6g.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />													Donec et erat egestas, imperdiet diam in, imperdiet justo. Sed sapien ex, luctus sit amet metus vitae, aliquet rhoncus ipsum. Nam convallis ante quis efficitur scelerisque.','Block Image and Text Style 1','','publish','closed','closed','','block-image-and-text-style-1','','','2025-10-15 16:44:13','2025-10-15 16:44:13','',0,'https://alkara.co.id/?elementor_library=block-image-and-text-style-1',0,'elementor_library','',0),
(86,1,'2025-10-15 16:44:13','2025-10-15 16:44:13','<h4>Premium Solutions for Our Clients</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-2-rd932qnt87yov7xh7slv4jsvd2llyzkq1q9w81yza0.png\" title=\"team-2.png\" alt=\"team-2.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-3-rd932vd06e54h9qngcmzz0m6bzyg1h3dqdjbmfs0ew.png\" title=\"team-3.png\" alt=\"team-3.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-6-rd932z4cxqa9rpl6ue9i8zo0pjfww9ib2w59jjmfq0.png\" title=\"team-6.png\" alt=\"team-6.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgiimgrfx9wjl1qz374y1laxstxmrxvtf9f6g.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />													Donec et erat egestas, imperdiet diam in, imperdiet justo. Sed sapien ex, luctus sit amet metus vitae, aliquet rhoncus ipsum. Nam convallis ante quis efficitur scelerisque.','Block Image and Text Style 1','','inherit','closed','closed','','85-revision-v1','','','2025-10-15 16:44:13','2025-10-15 16:44:13','',85,'https://alkara.co.id/?p=86',0,'revision','',0),
(87,1,'2025-10-15 16:44:13','2025-10-15 16:44:13','','mail-icon.png','','inherit','open','closed','','mail-icon-png','','','2025-10-15 16:44:13','2025-10-15 16:44:13','',0,'https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png',0,'attachment','image/png',0),
(88,1,'2025-10-15 16:44:14','2025-10-15 16:44:14','<h4>Modern &amp; Trusted Logistics Company</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n									<figure><a href=\"mailto:@.com\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png\" alt=\"\" /></a></figure><a href=\"mailto:@.com\">examplesite@info.com</a>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wx2njchpe6m8kjf4vhimzh74kv6yxnie5t8.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />','Block Image and Text Style 2','','publish','closed','closed','','block-image-and-text-style-2','','','2025-10-15 16:44:14','2025-10-15 16:44:14','',0,'https://alkara.co.id/?elementor_library=block-image-and-text-style-2',0,'elementor_library','',0),
(89,1,'2025-10-15 16:44:14','2025-10-15 16:44:14','<h4>Modern &amp; Trusted Logistics Company</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n									<figure><a href=\"mailto:@.com\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png\" alt=\"\" /></a></figure><a href=\"mailto:@.com\">examplesite@info.com</a>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wx2njchpe6m8kjf4vhimzh74kv6yxnie5t8.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />','Block Image and Text Style 2','','inherit','closed','closed','','88-revision-v1','','','2025-10-15 16:44:14','2025-10-15 16:44:14','',88,'https://alkara.co.id/?p=89',0,'revision','',0),
(90,1,'2025-10-15 16:44:14','2025-10-15 16:44:14','','boat.png','','inherit','open','closed','','boat-png','','','2025-10-15 16:44:14','2025-10-15 16:44:14','',0,'https://alkara.co.id/wp-content/uploads/2025/10/boat.png',0,'attachment','image/png',0),
(91,1,'2025-10-15 16:44:15','2025-10-15 16:44:15','','truck-2-1.png','','inherit','open','closed','','truck-2-1-png','','','2025-10-15 16:44:15','2025-10-15 16:44:15','',0,'https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1.png',0,'attachment','image/png',0),
(92,1,'2025-10-15 16:44:16','2025-10-15 16:44:16','','logistics-box.png','','inherit','open','closed','','logistics-box-png','','','2025-10-15 16:44:16','2025-10-15 16:44:16','',0,'https://alkara.co.id/wp-content/uploads/2025/10/logistics-box.png',0,'attachment','image/png',0),
(93,1,'2025-10-15 16:44:17','2025-10-15 16:44:17','<h4>We Can Ship All \nTypes of Cargo</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation nostrud.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235y4xg3va0yfsdxi06ftdof8rm6kmh6otmz7o.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />','Block Image and Text Style 3','','publish','closed','closed','','block-image-and-text-style-3','','','2025-10-15 16:44:17','2025-10-15 16:44:17','',0,'https://alkara.co.id/?elementor_library=block-image-and-text-style-3',0,'elementor_library','',0),
(94,1,'2025-10-15 16:44:17','2025-10-15 16:44:17','<h4>We Can Ship All \nTypes of Cargo</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation nostrud.													<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/truck-2-1-rd934n9zdq9wdueq2oe7zm0tguj83dmppe80nrqm50.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/logistics-box-rd934o7tkkb6pgdcx6suk3sa28elb2qg1ivi51p7ys.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235y4xg3va0yfsdxi06ftdof8rm6kmh6otmz7o.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />','Block Image and Text Style 3','','inherit','closed','closed','','93-revision-v1','','','2025-10-15 16:44:17','2025-10-15 16:44:17','',93,'https://alkara.co.id/?p=94',0,'revision','',0),
(95,1,'2025-10-15 16:44:17','2025-10-15 16:44:17','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																<h4>Freight Shipping Made Easy</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit sed do amet eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation nostrud.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251laqr9qd07ityfvpd0nqf3b0621d335atx44.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />','Block Image and Text Style 4','','publish','closed','closed','','block-image-and-text-style-4','','','2025-10-15 16:44:18','2025-10-15 16:44:18','',0,'https://alkara.co.id/?elementor_library=block-image-and-text-style-4',0,'elementor_library','',0),
(96,1,'2025-10-15 16:44:18','2025-10-15 16:44:18','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj6hs0b8.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																<h4>Freight Shipping Made Easy</h4>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit sed do amet eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation nostrud.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251laqr9qd07ityfvpd0nqf3b0621d335atx44.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />','Block Image and Text Style 4','','inherit','closed','closed','','95-revision-v1','','','2025-10-15 16:44:18','2025-10-15 16:44:18','',95,'https://alkara.co.id/?p=96',0,'revision','',0),
(97,1,'2025-10-15 16:44:18','2025-10-15 16:44:18','','list-line.png','','inherit','open','closed','','list-line-png','','','2025-10-15 16:44:18','2025-10-15 16:44:18','',0,'https://alkara.co.id/wp-content/uploads/2025/10/list-line.png',0,'attachment','image/png',0),
(98,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-rd932nud3fh49vprc9tgyzs8m7j9u4mxan8d5fd1gs.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" loading=\"lazy\" />																<h3>We Have a Wide Range of Solutions for Your Business</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore menim adsedlm minim ve, quis nostrud exercitation .Tracking Made EasyMultiple WarehousesSolutions & Special Expertise								<a href=\"#\">\n									All Products &amp; Solutions \n					</a>','Block Image and Text Style 5','','publish','closed','closed','','block-image-and-text-style-5','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',0,'https://alkara.co.id/?elementor_library=block-image-and-text-style-5',0,'elementor_library','',0),
(99,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM-rd932nud3fh49vprc9tgyzs8m7j9u4mxan8d5fd1gs.jpg\" title=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" alt=\"a-person-wearing-an-orange-t-shirt-and-a-name-tag-T4W2JUM.jpg\" loading=\"lazy\" />																<h3>We Have a Wide Range of Solutions for Your Business</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore menim adsedlm minim ve, quis nostrud exercitation .Tracking Made EasyMultiple WarehousesSolutions & Special Expertise								<a href=\"#\">\n									All Products &amp; Solutions \n					</a>','Block Image and Text Style 5','','inherit','closed','closed','','98-revision-v1','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',98,'https://alkara.co.id/?p=99',0,'revision','',0),
(100,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','<h3>Our Articles</h3>','Block Posts Style 1','','publish','closed','closed','','block-posts-style-1','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',0,'https://alkara.co.id/?elementor_library=block-posts-style-1',0,'elementor_library','',0),
(101,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','<h3>Our Articles</h3>','Block Posts Style 1','','inherit','closed','closed','','100-revision-v1','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',100,'https://alkara.co.id/?p=101',0,'revision','',0),
(102,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','<h3>Our Articles</h3>','Block Posts Style 2','','publish','closed','closed','','block-posts-style-2','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',0,'https://alkara.co.id/?elementor_library=block-posts-style-2',0,'elementor_library','',0),
(103,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','<h3>Our Articles</h3>','Block Posts Style 2','','inherit','closed','closed','','102-revision-v1','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',102,'https://alkara.co.id/?p=103',0,'revision','',0),
(104,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','<ul>\n									<li><a href=\"#\">				\n							Quisque ullamcorper ligula						\n																			$45.00\n															<p>\n							Vestibulum ante ipsum primis in faucibus orci luctus.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Fusce cursus magna						\n																			$65.00\n															<p>\n							Donec nisi massa, sagittis eget rutrum.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Nulla commodo libero nec						\n																			$75.00\n															<p>\n							Fusce sed pharetra dolor, vitae vulputate lectus.						</p>\n				</a></li>					\n		</ul>\n		<ul>\n									<li><a href=\"#\">				\n							Aliquam viverra enim						\n																			$80.00\n															<p>\n							 Aenean feugiat varius nisi, quis tempus nunc dictum lacinia.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Nuletrices ligula imperdiet lectus 						\n																			$85.00\n															<p>\n							Fusce sed pharetra dolor, vitae vulputate lectus.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Integer Vitae Euismod						\n																			$95.00\n															<p>\n							In egestas enim dui, placerat laoreet quam interdum et.						</p>\n				</a></li>					\n		</ul>','Block Price List Style','','publish','closed','closed','','block-price-list-style','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',0,'https://alkara.co.id/?elementor_library=block-price-list-style',0,'elementor_library','',0),
(105,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','<ul>\n									<li><a href=\"#\">				\n							Quisque ullamcorper ligula						\n																			$45.00\n															<p>\n							Vestibulum ante ipsum primis in faucibus orci luctus.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Fusce cursus magna						\n																			$65.00\n															<p>\n							Donec nisi massa, sagittis eget rutrum.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Nulla commodo libero nec						\n																			$75.00\n															<p>\n							Fusce sed pharetra dolor, vitae vulputate lectus.						</p>\n				</a></li>					\n		</ul>\n		<ul>\n									<li><a href=\"#\">				\n							Aliquam viverra enim						\n																			$80.00\n															<p>\n							 Aenean feugiat varius nisi, quis tempus nunc dictum lacinia.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Nuletrices ligula imperdiet lectus 						\n																			$85.00\n															<p>\n							Fusce sed pharetra dolor, vitae vulputate lectus.						</p>\n				</a></li>												<li><a href=\"#\">				\n							Integer Vitae Euismod						\n																			$95.00\n															<p>\n							In egestas enim dui, placerat laoreet quam interdum et.						</p>\n				</a></li>					\n		</ul>','Block Price List Style','','inherit','closed','closed','','104-revision-v1','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',104,'https://alkara.co.id/?p=105',0,'revision','',0),
(106,1,'2025-10-15 16:44:19','2025-10-15 16:44:19','','group-1.png','','inherit','open','closed','','group-1-png','','','2025-10-15 16:44:19','2025-10-15 16:44:19','',0,'https://alkara.co.id/wp-content/uploads/2025/10/group-1.png',0,'attachment','image/png',0),
(107,1,'2025-10-15 16:44:21','2025-10-15 16:44:21','','group-2.png','','inherit','open','closed','','group-2-png','','','2025-10-15 16:44:21','2025-10-15 16:44:21','',0,'https://alkara.co.id/wp-content/uploads/2025/10/group-2.png',0,'attachment','image/png',0),
(108,1,'2025-10-15 16:44:22','2025-10-15 16:44:22','','group-3.png','','inherit','open','closed','','group-3-png','','','2025-10-15 16:44:22','2025-10-15 16:44:22','',0,'https://alkara.co.id/wp-content/uploads/2025/10/group-3.png',0,'attachment','image/png',0),
(109,1,'2025-10-15 16:44:23','2025-10-15 16:44:23','<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/group-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/group-1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/group-1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h5>Regular</h5>					<h3>$250.00</h3>					<h6>Lorem ipsum dolor sit amet, consectetur adipisicing.</h6>										<a href=\"#\">\n									Purchase\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/group-2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/group-2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/group-2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h5>Delayed</h5>					<h3>$300.00</h3>					<h6>Lorem ipsum dolor sit amet, consectetur adipisicing.</h6>										<a href=\"#\">\n									Purchase\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/group-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/group-3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/group-3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h5>Express</h5>					<h3>$350.00</h3>					<h6>Lorem ipsum dolor sit amet, consectetur adipisicing.</h6>										<a href=\"#\">\n									Purchase\n					</a>','Block Price Table Style 1','','publish','closed','closed','','block-price-table-style-1','','','2025-10-15 16:44:23','2025-10-15 16:44:23','',0,'https://alkara.co.id/?elementor_library=block-price-table-style-1',0,'elementor_library','',0),
(110,1,'2025-10-15 16:44:23','2025-10-15 16:44:23','<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/group-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/group-1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/group-1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h5>Regular</h5>					<h3>$250.00</h3>					<h6>Lorem ipsum dolor sit amet, consectetur adipisicing.</h6>										<a href=\"#\">\n									Purchase\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/group-2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/group-2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/group-2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h5>Delayed</h5>					<h3>$300.00</h3>					<h6>Lorem ipsum dolor sit amet, consectetur adipisicing.</h6>										<a href=\"#\">\n									Purchase\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/group-3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/group-3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/group-3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h5>Express</h5>					<h3>$350.00</h3>					<h6>Lorem ipsum dolor sit amet, consectetur adipisicing.</h6>										<a href=\"#\">\n									Purchase\n					</a>','Block Price Table Style 1','','inherit','closed','closed','','109-revision-v1','','','2025-10-15 16:44:23','2025-10-15 16:44:23','',109,'https://alkara.co.id/?p=110',0,'revision','',0),
(111,1,'2025-10-15 16:44:23','2025-10-15 16:44:23','','red-truck-on-the-road-PY8RVLW.jpg','','inherit','open','closed','','red-truck-on-the-road-py8rvlw-jpg','','','2025-10-15 16:44:23','2025-10-15 16:44:23','',0,'https://alkara.co.id/wp-content/uploads/2025/10/red-truck-on-the-road-PY8RVLW.jpg',0,'attachment','image/jpeg',0),
(112,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vk6o6u35b1c9c5ojrdyxxgq8m0f9jols.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h5>Regular</h5>					<h3>$250.00</h3>					<h6>Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.</h6>										<a href=\"#\">\n									View Details\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usrtnmo1q7h2tyv42fk208xf5ta3t3ztbhcgg.jpg\" title=\"red-truck-on-the-road-PY8RVLW.jpg\" alt=\"red-truck-on-the-road-PY8RVLW.jpg\" loading=\"lazy\" />																<h5>Regular</h5>					<h3>$300.00</h3>					<h6>Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.</h6>										<a href=\"#\">\n									View Details\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/wheels-of-the-airplane-P2MEJ5J-rd932os62enva3csqe8tv44ar0xgoa7k52yozcp0sw.jpg\" title=\"wheels-of-the-airplane-P2MEJ5J.jpg\" alt=\"wheels-of-the-airplane-P2MEJ5J.jpg\" loading=\"lazy\" />																<h5>Regular</h5>					<h3>$350.00</h3>					<h6>Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.</h6>										<a href=\"#\">\n									View Details\n					</a>','Block Price Table Style 2','','publish','closed','closed','','block-price-table-style-2','','','2025-10-15 16:44:24','2025-10-15 16:44:24','',0,'https://alkara.co.id/?elementor_library=block-price-table-style-2',0,'elementor_library','',0),
(113,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vk6o6u35b1c9c5ojrdyxxgq8m0f9jols.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h5>Regular</h5>					<h3>$250.00</h3>					<h6>Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.</h6>										<a href=\"#\">\n									View Details\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usrtnmo1q7h2tyv42fk208xf5ta3t3ztbhcgg.jpg\" title=\"red-truck-on-the-road-PY8RVLW.jpg\" alt=\"red-truck-on-the-road-PY8RVLW.jpg\" loading=\"lazy\" />																<h5>Regular</h5>					<h3>$300.00</h3>					<h6>Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.</h6>										<a href=\"#\">\n									View Details\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/wheels-of-the-airplane-P2MEJ5J-rd932os62enva3csqe8tv44ar0xgoa7k52yozcp0sw.jpg\" title=\"wheels-of-the-airplane-P2MEJ5J.jpg\" alt=\"wheels-of-the-airplane-P2MEJ5J.jpg\" loading=\"lazy\" />																<h5>Regular</h5>					<h3>$350.00</h3>					<h6>Ut molestie, velit id vestibulum consequat, est ipsum sollicitudin metus velit lorem ipm.</h6>										<a href=\"#\">\n									View Details\n					</a>','Block Price Table Style 2','','inherit','closed','closed','','112-revision-v1','','','2025-10-15 16:44:24','2025-10-15 16:44:24','',112,'https://alkara.co.id/?p=113',0,'revision','',0),
(114,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<h5>Regular Freight</h5>					<h6>Small business</h6>					<h3>$65.00</h3>					<h4>Single covered truck</h4>					<h4>Five men for transport</h4>					<h4>Minimum 5 miles</h4>					<h4>Maximum 100 miles</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h5>Delayed Freight</h5>					<h6>Big business</h6>					<h3>$99.00</h3>					<h4>Single covered truck</h4>					<h4>Five men for transport</h4>					<h4>Minimum 10 miles</h4>					<h4>Maximum 200 miles</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h4>Need Immediate Support Help?</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  dolor in reprehenderit in voluptate velit esse xcepteur sint occaecat veniam.					\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video','Block Price Table Style 3','','publish','closed','closed','','block-price-table-style-3','','','2025-10-15 16:44:24','2025-10-15 16:44:24','',0,'https://alkara.co.id/?elementor_library=block-price-table-style-3',0,'elementor_library','',0),
(115,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<h5>Regular Freight</h5>					<h6>Small business</h6>					<h3>$65.00</h3>					<h4>Single covered truck</h4>					<h4>Five men for transport</h4>					<h4>Minimum 5 miles</h4>					<h4>Maximum 100 miles</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h5>Delayed Freight</h5>					<h6>Big business</h6>					<h3>$99.00</h3>					<h4>Single covered truck</h4>					<h4>Five men for transport</h4>					<h4>Minimum 10 miles</h4>					<h4>Maximum 200 miles</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h4>Need Immediate Support Help?</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  dolor in reprehenderit in voluptate velit esse xcepteur sint occaecat veniam.					\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video','Block Price Table Style 3','','inherit','closed','closed','','114-revision-v1','','','2025-10-15 16:44:24','2025-10-15 16:44:24','',114,'https://alkara.co.id/?p=115',0,'revision','',0),
(116,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<h4>Our Delivery Team</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-2-rd932qnug2qjt9kojvenf91x7mksn73ciawuq622vi.png\" title=\"team-2.png\" alt=\"team-2.png\" loading=\"lazy\" />																<h5>Hershel Acosta</h5>					<h6>Account Executive</h6>							\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-3-rd932vd1e8wzfbdusffs9pv86jxmpom06y6a4jv40e.png\" title=\"team-3.png\" alt=\"team-3.png\" loading=\"lazy\" />																<h5>Angelo Wysong</h5>					<h6>General Manager</h6>							\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-6-rd932z4e5l24pr8e6h2ajox2k3f3kh0xjgs81npjbi.png\" title=\"team-6.png\" alt=\"team-6.png\" loading=\"lazy\" />																<h5>William Sanchez</h5>					<h6>Customer Service </h6>							\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Block Team Style 1','','publish','closed','closed','','block-team-style-1','','','2025-10-15 16:44:24','2025-10-15 16:44:24','',0,'https://alkara.co.id/?elementor_library=block-team-style-1',0,'elementor_library','',0),
(117,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<h4>Our Delivery Team</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-2-rd932qnug2qjt9kojvenf91x7mksn73ciawuq622vi.png\" title=\"team-2.png\" alt=\"team-2.png\" loading=\"lazy\" />																<h5>Hershel Acosta</h5>					<h6>Account Executive</h6>							\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-3-rd932vd1e8wzfbdusffs9pv86jxmpom06y6a4jv40e.png\" title=\"team-3.png\" alt=\"team-3.png\" loading=\"lazy\" />																<h5>Angelo Wysong</h5>					<h6>General Manager</h6>							\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-6-rd932z4e5l24pr8e6h2ajox2k3f3kh0xjgs81npjbi.png\" title=\"team-6.png\" alt=\"team-6.png\" loading=\"lazy\" />																<h5>William Sanchez</h5>					<h6>Customer Service </h6>							\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Block Team Style 1','','inherit','closed','closed','','116-revision-v1','','','2025-10-15 16:44:24','2025-10-15 16:44:24','',116,'https://alkara.co.id/?p=117',0,'revision','',0),
(118,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<h4>Our Delivery Team</h4>					Hershel Acosta<p>Account Executive</p>					Angelo Wysong<p>General Manager</p>					William Sanchez<p>Customer Service</p>','Block Team Style 2','','publish','closed','closed','','block-team-style-2','','','2025-10-15 16:44:24','2025-10-15 16:44:24','',0,'https://alkara.co.id/?elementor_library=block-team-style-2',0,'elementor_library','',0),
(119,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<h4>Our Delivery Team</h4>					Hershel Acosta<p>Account Executive</p>					Angelo Wysong<p>General Manager</p>					William Sanchez<p>Customer Service</p>','Block Team Style 2','','inherit','closed','closed','','118-revision-v1','','','2025-10-15 16:44:24','2025-10-15 16:44:24','',118,'https://alkara.co.id/?p=119',0,'revision','',0),
(120,1,'2025-10-15 16:44:24','2025-10-15 16:44:24','<h4>Our Delivery Team</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-2-rd932qnug2qk7zx61e6hzskiti5a2ij65rtlytsdnm.png\" title=\"team-2.png\" alt=\"team-2.png\" loading=\"lazy\" />																<h5>Hershel Acosta</h5>					<h6>Account Executive</h6>		Lorem ipsum dolor sitу amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Read More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-3-rd932vd1e8wzu1qc9y7mu9dtsfi4501tuf31d7lesi.png\" title=\"team-3.png\" alt=\"team-3.png\" loading=\"lazy\" />																<h5>Angelo Wysong</h5>					<h6>General Manager</h6>		Lorem ipsum dolor sitу amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Read More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-6-rd932z4e5l254hkvnzu548fo5yzkzsgr6xozabfu3m.png\" title=\"team-6.png\" alt=\"team-6.png\" loading=\"lazy\" />																<h5>William Sanchez</h5>					<h6>Customer Service </h6>		Lorem ipsum dolor sitу amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Read More\n					</a>','Block Team Style 3','','publish','closed','closed','','block-team-style-3','','','2025-10-15 16:44:25','2025-10-15 16:44:25','',0,'https://alkara.co.id/?elementor_library=block-team-style-3',0,'elementor_library','',0),
(121,1,'2025-10-15 16:44:25','2025-10-15 16:44:25','<h4>Our Delivery Team</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-2-rd932qnug2qk7zx61e6hzskiti5a2ij65rtlytsdnm.png\" title=\"team-2.png\" alt=\"team-2.png\" loading=\"lazy\" />																<h5>Hershel Acosta</h5>					<h6>Account Executive</h6>		Lorem ipsum dolor sitу amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Read More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-3-rd932vd1e8wzu1qc9y7mu9dtsfi4501tuf31d7lesi.png\" title=\"team-3.png\" alt=\"team-3.png\" loading=\"lazy\" />																<h5>Angelo Wysong</h5>					<h6>General Manager</h6>		Lorem ipsum dolor sitу amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Read More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-6-rd932z4e5l254hkvnzu548fo5yzkzsgr6xozabfu3m.png\" title=\"team-6.png\" alt=\"team-6.png\" loading=\"lazy\" />																<h5>William Sanchez</h5>					<h6>Customer Service </h6>		Lorem ipsum dolor sitу amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Read More\n					</a>','Block Team Style 3','','inherit','closed','closed','','120-revision-v1','','','2025-10-15 16:44:25','2025-10-15 16:44:25','',120,'https://alkara.co.id/?p=121',0,'revision','',0),
(122,1,'2025-10-15 16:44:25','2025-10-15 16:44:25','','team-1.png','','inherit','open','closed','','team-1-png','','','2025-10-15 16:44:25','2025-10-15 16:44:25','',0,'https://alkara.co.id/wp-content/uploads/2025/10/team-1.png',0,'attachment','image/png',0),
(123,1,'2025-10-15 16:44:29','2025-10-15 16:44:29','','team-4.png','','inherit','open','closed','','team-4-png','','','2025-10-15 16:44:29','2025-10-15 16:44:29','',0,'https://alkara.co.id/wp-content/uploads/2025/10/team-4.png',0,'attachment','image/png',0),
(124,1,'2025-10-15 16:44:33','2025-10-15 16:44:33','<h4>Testimonials</h4>															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>','Block Testimonials Style 1','','publish','closed','closed','','block-testimonials-style-1','','','2025-10-15 16:44:33','2025-10-15 16:44:33','',0,'https://alkara.co.id/?elementor_library=block-testimonials-style-1',0,'elementor_library','',0),
(125,1,'2025-10-15 16:44:33','2025-10-15 16:44:33','<h4>Testimonials</h4>															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>','Block Testimonials Style 1','','inherit','closed','closed','','124-revision-v1','','','2025-10-15 16:44:33','2025-10-15 16:44:33','',124,'https://alkara.co.id/?p=125',0,'revision','',0),
(126,1,'2025-10-15 16:44:34','2025-10-15 16:44:34','','team-5.png','','inherit','open','closed','','team-5-png','','','2025-10-15 16:44:34','2025-10-15 16:44:34','',0,'https://alkara.co.id/wp-content/uploads/2025/10/team-5.png',0,'attachment','image/png',0),
(127,1,'2025-10-15 16:44:39','2025-10-15 16:44:39','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\" title=\"team-5.png\" alt=\"team-5.png\" loading=\"lazy\" />															\n						Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"Miranda Atkins\">\n								<cite>Miranda AtkinsTeacher, NY</cite>','Block Testimonials Style 2','','publish','closed','closed','','block-testimonials-style-2','','','2025-10-15 16:44:39','2025-10-15 16:44:39','',0,'https://alkara.co.id/?elementor_library=block-testimonials-style-2',0,'elementor_library','',0),
(128,1,'2025-10-15 16:44:39','2025-10-15 16:44:39','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\" title=\"team-5.png\" alt=\"team-5.png\" loading=\"lazy\" />															\n						Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"Miranda Atkins\">\n								<cite>Miranda AtkinsTeacher, NY</cite>','Block Testimonials Style 2','','inherit','closed','closed','','127-revision-v1','','','2025-10-15 16:44:39','2025-10-15 16:44:39','',127,'https://alkara.co.id/?p=128',0,'revision','',0),
(129,1,'2025-10-15 16:44:39','2025-10-15 16:44:39','<h3>Popular Articles</h3>					<h3>Latest News</h3>','Blog','','publish','closed','closed','','blog','','','2025-10-15 16:44:39','2025-10-15 16:44:39','',0,'https://alkara.co.id/?elementor_library=blog',0,'elementor_library','',0),
(130,1,'2025-10-15 16:44:39','2025-10-15 16:44:39','<h3>Popular Articles</h3>					<h3>Latest News</h3>','Blog','','inherit','closed','closed','','129-revision-v1','','','2025-10-15 16:44:39','2025-10-15 16:44:39','',129,'https://alkara.co.id/?p=130',0,'revision','',0),
(131,1,'2025-10-15 16:44:39','2025-10-15 16:44:39','','woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg','','inherit','open','closed','','woman-is-working-at-warehouse-for-online-store-37bujhq-jpg','','','2025-10-15 16:44:39','2025-10-15 16:44:39','',0,'https://alkara.co.id/wp-content/uploads/2025/10/woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg',0,'attachment','image/jpeg',0),
(132,1,'2025-10-15 16:44:40','2025-10-15 16:44:40','','contact-icon1.png','','inherit','open','closed','','contact-icon1-png','','','2025-10-15 16:44:40','2025-10-15 16:44:40','',0,'https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png',0,'attachment','image/png',0),
(133,1,'2025-10-15 16:44:41','2025-10-15 16:44:41','','contact-icon2.png','','inherit','open','closed','','contact-icon2-png','','','2025-10-15 16:44:41','2025-10-15 16:44:41','',0,'https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png',0,'attachment','image/png',0),
(134,1,'2025-10-15 16:44:42','2025-10-15 16:44:42','','contact-icon3.png','','inherit','open','closed','','contact-icon3-png','','','2025-10-15 16:44:42','2025-10-15 16:44:42','',0,'https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png',0,'attachment','image/png',0),
(135,1,'2025-10-15 16:44:43','2025-10-15 16:44:43','<h1>Get In Touch</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Request a Call\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h6>123, New Lenox, Chicago, IL, 60606</h6>															<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"tel:+1234567891\">\n									(123) 456-78-91\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"mailto:@.com\">\n									info@yoursite.com\n					</a>\n														<a href=\"mailto:@.com\">\n									job@yoursite.com\n					</a>\n									<h4>Have a Question? Drop a Line</h4>					<h2>Next Day Delivery for Your Business</h2>','Contacts 1','','publish','closed','closed','','contacts-1','','','2025-10-15 16:44:43','2025-10-15 16:44:43','',0,'https://alkara.co.id/?elementor_library=contacts-1',0,'elementor_library','',0),
(136,1,'2025-10-15 16:44:43','2025-10-15 16:44:43','<h1>Get In Touch</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Request a Call\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h6>123, New Lenox, Chicago, IL, 60606</h6>															<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"tel:+1234567891\">\n									(123) 456-78-91\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"mailto:@.com\">\n									info@yoursite.com\n					</a>\n														<a href=\"mailto:@.com\">\n									job@yoursite.com\n					</a>\n									<h4>Have a Question? Drop a Line</h4>					<h2>Next Day Delivery for Your Business</h2>','Contacts 1','','inherit','closed','closed','','135-revision-v1','','','2025-10-15 16:44:43','2025-10-15 16:44:43','',135,'https://alkara.co.id/?p=136',0,'revision','',0),
(137,1,'2025-10-15 16:44:45','2025-10-15 16:44:45','','container-corridor-MYFNDX3.jpg','','inherit','open','closed','','container-corridor-myfndx3-jpg','','','2025-10-15 16:44:45','2025-10-15 16:44:45','',0,'https://alkara.co.id/wp-content/uploads/2025/10/container-corridor-MYFNDX3.jpg',0,'attachment','image/jpeg',0),
(138,1,'2025-10-15 16:44:46','2025-10-15 16:44:46','','tel-icon.png','','inherit','open','closed','','tel-icon-png','','','2025-10-15 16:44:46','2025-10-15 16:44:46','',0,'https://alkara.co.id/wp-content/uploads/2025/10/tel-icon.png',0,'attachment','image/png',0),
(139,1,'2025-10-15 16:44:47','2025-10-15 16:44:47','','cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg','','inherit','open','closed','','cargo-delivery-service-male-courier-unload-truck-p2cjtly-jpg','','','2025-10-15 16:44:47','2025-10-15 16:44:47','',0,'https://alkara.co.id/wp-content/uploads/2025/10/cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg',0,'attachment','image/jpeg',0),
(140,1,'2025-10-15 16:44:47','2025-10-15 16:44:47','<h1>Contacts Information</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>Main Office</h4>					<h5>Mon -Thu : 7am - 8pm</h5>					<h5> Fri: 7am - 3pm</h5>					<figure><a href=\"tel:+12345678990\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tel-icon.png\" alt=\"\" /></a></figure><a href=\"tel:+12345678990\">+1 234 567 89 90</a>					<figure><a href=\"mailto:@.com\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png\" alt=\"\" /></a></figure><a href=\"mailto:@.com\">examplesite@info.com</a>					<h4>Info Centre</h4>					<h5>Mon -Thu : 7am - 8pm</h5>					<h5> Fri: 7am - 3pm</h5>					<figure><a href=\"tel:+12345678990\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tel-icon.png\" alt=\"\" /></a></figure><a href=\"tel:+12345678990\">+1 234 567 89 90</a>					<figure><a href=\"mailto:@.com\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png\" alt=\"\" /></a></figure><a href=\"mailto:@.com\">examplesite@info.com</a>					<h4>Contact Centre</h4>					<h5>Mon -Thu : 7am - 8pm</h5>					<h5> Fri: 7am - 3pm</h5>					<figure><a href=\"tel:+12345678990\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tel-icon.png\" alt=\"\" /></a></figure><a href=\"tel:+12345678990\">+1 234 567 89 90</a>					<figure><a href=\"mailto:@.com\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png\" alt=\"\" /></a></figure><a href=\"mailto:@.com\">examplesite@info.com</a>					<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h2>Do You Need Any Job?</h2>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Career</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usrtnmrxoi37abfj7u9bu5iyohlsrr6lkx6vi.jpg\" title=\"red-truck-on-the-road-PY8RVLW.jpg\" alt=\"red-truck-on-the-road-PY8RVLW.jpg\" loading=\"lazy\" />																					<a href=\"#\">\n									Part Time\n					</a>\n									<h5>General Manager</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing.								<a href=\"#\">\n									Apply Now\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/giving-parcel-to-courier-E9PNCYB-rd932mwhoqleitq55ts55a02u33bseof5sawt27nke.jpg\" title=\"giving-parcel-to-courier-E9PNCYB.jpg\" alt=\"giving-parcel-to-courier-E9PNCYB.jpg\" loading=\"lazy\" />																					<a href=\"#\">\n									Full Time\n					</a>\n									<h5>Storage Technician</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing.								<a href=\"#\">\n									Apply Now\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/cargo-delivery-service-male-courier-unload-truck-P2CJTLY-rd935hcwdohnoblbjk2h725bl32c3ez5vveu47zqq6.jpg\" title=\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\" alt=\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\" loading=\"lazy\" />																					<a href=\"#\">\n									Full Time\n					</a>\n									<h5>Custom Specialist</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing.								<a href=\"#\">\n									Apply Now\n					</a>','Contacts 2','','publish','closed','closed','','contacts-2','','','2025-10-15 16:44:48','2025-10-15 16:44:48','',0,'https://alkara.co.id/?elementor_library=contacts-2',0,'elementor_library','',0),
(141,1,'2025-10-15 16:44:48','2025-10-15 16:44:48','<h1>Contacts Information</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>Main Office</h4>					<h5>Mon -Thu : 7am - 8pm</h5>					<h5> Fri: 7am - 3pm</h5>					<figure><a href=\"tel:+12345678990\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tel-icon.png\" alt=\"\" /></a></figure><a href=\"tel:+12345678990\">+1 234 567 89 90</a>					<figure><a href=\"mailto:@.com\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png\" alt=\"\" /></a></figure><a href=\"mailto:@.com\">examplesite@info.com</a>					<h4>Info Centre</h4>					<h5>Mon -Thu : 7am - 8pm</h5>					<h5> Fri: 7am - 3pm</h5>					<figure><a href=\"tel:+12345678990\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tel-icon.png\" alt=\"\" /></a></figure><a href=\"tel:+12345678990\">+1 234 567 89 90</a>					<figure><a href=\"mailto:@.com\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png\" alt=\"\" /></a></figure><a href=\"mailto:@.com\">examplesite@info.com</a>					<h4>Contact Centre</h4>					<h5>Mon -Thu : 7am - 8pm</h5>					<h5> Fri: 7am - 3pm</h5>					<figure><a href=\"tel:+12345678990\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tel-icon.png\" alt=\"\" /></a></figure><a href=\"tel:+12345678990\">+1 234 567 89 90</a>					<figure><a href=\"mailto:@.com\" tabindex=\"-1\"><img width=\"50\" height=\"50\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/mail-icon.png\" alt=\"\" /></a></figure><a href=\"mailto:@.com\">examplesite@info.com</a>					<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h2>Do You Need Any Job?</h2>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Career</h4>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usrtnmrxoi37abfj7u9bu5iyohlsrr6lkx6vi.jpg\" title=\"red-truck-on-the-road-PY8RVLW.jpg\" alt=\"red-truck-on-the-road-PY8RVLW.jpg\" loading=\"lazy\" />																					<a href=\"#\">\n									Part Time\n					</a>\n									<h5>General Manager</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing.								<a href=\"#\">\n									Apply Now\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/giving-parcel-to-courier-E9PNCYB-rd932mwhoqleitq55ts55a02u33bseof5sawt27nke.jpg\" title=\"giving-parcel-to-courier-E9PNCYB.jpg\" alt=\"giving-parcel-to-courier-E9PNCYB.jpg\" loading=\"lazy\" />																					<a href=\"#\">\n									Full Time\n					</a>\n									<h5>Storage Technician</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing.								<a href=\"#\">\n									Apply Now\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/cargo-delivery-service-male-courier-unload-truck-P2CJTLY-rd935hcwdohnoblbjk2h725bl32c3ez5vveu47zqq6.jpg\" title=\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\" alt=\"cargo-delivery-service-male-courier-unload-truck-P2CJTLY.jpg\" loading=\"lazy\" />																					<a href=\"#\">\n									Full Time\n					</a>\n									<h5>Custom Specialist</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing.								<a href=\"#\">\n									Apply Now\n					</a>','Contacts 2','','inherit','closed','closed','','140-revision-v1','','','2025-10-15 16:44:48','2025-10-15 16:44:48','',140,'https://alkara.co.id/?p=141',0,'revision','',0),
(142,1,'2025-10-15 16:44:48','2025-10-15 16:44:48','<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Footer Default','','publish','closed','closed','','footer-default','','','2025-10-15 16:44:48','2025-10-15 16:44:48','',0,'https://alkara.co.id/?elementor_library=footer-default',0,'elementor_library','',0),
(143,1,'2025-10-15 16:44:48','2025-10-15 16:44:48','<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Footer Default','','inherit','closed','closed','','142-revision-v1','','','2025-10-15 16:44:48','2025-10-15 16:44:48','',142,'https://alkara.co.id/?p=143',0,'revision','',0),
(144,1,'2025-10-15 16:44:49','2025-10-15 16:44:49','','footer-call.png','','inherit','open','closed','','footer-call-png','','','2025-10-15 16:44:49','2025-10-15 16:44:49','',0,'https://alkara.co.id/wp-content/uploads/2025/10/footer-call.png',0,'attachment','image/png',0),
(145,1,'2025-10-15 16:44:50','2025-10-15 16:44:50','','delivery-footer.png','','inherit','open','closed','','delivery-footer-png','','','2025-10-15 16:44:50','2025-10-15 16:44:50','',0,'https://alkara.co.id/wp-content/uploads/2025/10/delivery-footer.png',0,'attachment','image/png',0),
(146,1,'2025-10-15 16:48:17','2025-10-15 16:48:17','','container-operation-PYX4HU6.jpg','','inherit','open','closed','','container-operation-pyx4hu6-jpg','','','2025-10-15 16:48:17','2025-10-15 16:48:17','',0,'https://alkara.co.id/wp-content/uploads/2025/10/container-operation-PYX4HU6.jpg',0,'attachment','image/jpeg',0),
(147,1,'2025-10-15 16:48:18','2025-10-15 16:48:18','','smartphone454.png','','inherit','open','closed','','smartphone454-png','','','2025-10-15 16:48:18','2025-10-15 16:48:18','',0,'https://alkara.co.id/wp-content/uploads/2025/10/smartphone454.png',0,'attachment','image/png',0),
(148,1,'2025-10-15 16:48:19','2025-10-15 16:48:19','','list-icon.png','','inherit','open','closed','','list-icon-png','','','2025-10-15 16:48:19','2025-10-15 16:48:19','',0,'https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png',0,'attachment','image/png',0),
(149,1,'2025-10-15 16:48:19','2025-10-15 16:48:19','','background.png','','inherit','open','closed','','background-png','','','2025-10-15 16:48:19','2025-10-15 16:48:19','',0,'https://alkara.co.id/wp-content/uploads/2025/10/background.png',0,'attachment','image/png',0),
(150,1,'2025-10-15 16:48:19','2025-10-15 16:48:19','','male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg','','inherit','open','closed','','male-courier-with-sunglasses-delivering-packages-i-4fb9l3d-jpg','','','2025-10-15 16:48:19','2025-10-15 16:48:19','',0,'https://alkara.co.id/wp-content/uploads/2025/10/male-courier-with-sunglasses-delivering-packages-i-4FB9L3D.jpg',0,'attachment','image/jpeg',0),
(151,1,'2025-10-15 16:48:20','2025-10-15 16:48:20','','mailboxes-filled-PGMVRKP.jpg','','inherit','open','closed','','mailboxes-filled-pgmvrkp-jpg','','','2025-10-15 16:48:20','2025-10-15 16:48:20','',0,'https://alkara.co.id/wp-content/uploads/2025/10/mailboxes-filled-PGMVRKP.jpg',0,'attachment','image/jpeg',0),
(152,1,'2025-10-15 16:48:20','2025-10-15 16:48:20','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/boat-150x150.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>','Home 1','','publish','closed','closed','','home-1','','','2025-10-15 16:48:21','2025-10-15 16:48:21','',0,'https://alkara.co.id/?elementor_library=home-1',0,'elementor_library','',0),
(153,1,'2025-10-15 16:48:21','2025-10-15 16:48:21','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/boat-150x150.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>','Home 1','','inherit','closed','closed','','152-revision-v1','','','2025-10-15 16:48:21','2025-10-15 16:48:21','',152,'https://alkara.co.id/?p=153',0,'revision','',0),
(154,1,'2025-10-15 16:48:34','2025-10-15 16:48:34','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-astra','','','2025-10-15 16:48:34','2025-10-15 16:48:34','',0,'https://alkara.co.id/wp-global-styles-astra/',0,'wp_global_styles','',0),
(155,1,'2025-10-15 16:49:30','2025-10-15 16:49:30','','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-15 16:49:30','2025-10-15 16:49:30','',10,'https://alkara.co.id/?p=155',0,'revision','',0),
(156,1,'2025-10-15 16:49:30','2025-10-15 16:49:30','','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-15 16:49:30','2025-10-15 16:49:30','',10,'https://alkara.co.id/?p=156',0,'revision','',0),
(157,1,'2025-10-15 16:49:31','2025-10-15 16:49:31','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-15 16:49:31','2025-10-15 16:49:31','',10,'https://alkara.co.id/?p=157',0,'revision','',0),
(158,1,'2025-10-15 16:53:01','2025-10-15 16:53:01','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-15 16:53:01','2025-10-15 16:53:01','',10,'https://alkara.co.id/?p=158',0,'revision','',0),
(159,1,'2025-10-15 16:53:25','2025-10-15 16:53:25','','logo-3.png','','inherit','open','closed','','logo-3-png','','','2025-10-15 16:53:25','2025-10-15 16:53:25','',0,'https://alkara.co.id/wp-content/uploads/2025/10/logo-3.png',0,'attachment','image/png',0),
(160,1,'2025-10-15 16:53:25','2025-10-15 16:53:25','','smartphone4545.png','','inherit','open','closed','','smartphone4545-png','','','2025-10-15 16:53:25','2025-10-15 16:53:25','',0,'https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png',0,'attachment','image/png',0),
(161,1,'2025-10-15 16:53:25','2025-10-15 16:53:25','<img width=\"221\" height=\"94\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/logo-3.png\" alt=\"\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>','Header Default','','publish','closed','closed','','header-default','','','2025-10-15 16:53:25','2025-10-15 16:53:25','',0,'https://alkara.co.id/?elementor_library=header-default',0,'elementor_library','',0),
(162,1,'2025-10-15 16:53:25','2025-10-15 16:53:25','<img width=\"221\" height=\"94\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/logo-3.png\" alt=\"\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>','Header Default','','inherit','closed','closed','','161-revision-v1','','','2025-10-15 16:53:25','2025-10-15 16:53:25','',161,'https://alkara.co.id/?p=162',0,'revision','',0),
(163,1,'2025-10-15 16:53:36','2025-10-15 16:53:36','<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Footer Default','','publish','closed','closed','','footer-default-2','','','2025-10-15 16:53:37','2025-10-15 16:53:37','',0,'https://alkara.co.id/?elementor_library=footer-default-2',0,'elementor_library','',0),
(164,1,'2025-10-15 16:53:37','2025-10-15 16:53:37','<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Footer Default','','inherit','closed','closed','','163-revision-v1','','','2025-10-15 16:53:37','2025-10-15 16:53:37','',163,'https://alkara.co.id/?p=164',0,'revision','',0),
(165,1,'2025-10-15 16:53:46','2025-10-15 16:53:46','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE4IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3BvcnRyYWl0LW9mLWEtc2VuaW9yLW1hbGUtd2FyZWhvdXNlLXdvcmtlci1vci1hLXN1LUY1OUgyM1QuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE5IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xvYWRpbmctdG8tdGhlLWFpcmNyYWZ0LVBQU1NZVkwuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIwIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3dhcmVob3VzZS1tYW4td29ya2VyLXdpdGgtZm9ya2xpZnQtUFIzV1FVUi5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIxIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL21hbGUtd2FyZWhvdXNlLXdvcmtlci1zZWFsaW5nLWNhcmRib2FyZC1ib3hlcy1QU0tVVFRFLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About 1','','publish','closed','closed','','about-1-3','','','2025-10-15 16:53:46','2025-10-15 16:53:46','',0,'https://alkara.co.id/?elementor_library=about-1-3',0,'elementor_library','',0),
(166,1,'2025-10-15 16:53:46','2025-10-15 16:53:46','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE4IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3BvcnRyYWl0LW9mLWEtc2VuaW9yLW1hbGUtd2FyZWhvdXNlLXdvcmtlci1vci1hLXN1LUY1OUgyM1QuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE5IiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2xvYWRpbmctdG8tdGhlLWFpcmNyYWZ0LVBQU1NZVkwuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIwIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL3dhcmVob3VzZS1tYW4td29ya2VyLXdpdGgtZm9ya2xpZnQtUFIzV1FVUi5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIxIiwidXJsIjoiaHR0cHM6XC9cL2Fsa2FyYS5jby5pZFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL21hbGUtd2FyZWhvdXNlLXdvcmtlci1zZWFsaW5nLWNhcmRib2FyZC1ib3hlcy1QU0tVVFRFLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About 1','','inherit','closed','closed','','165-revision-v1','','','2025-10-15 16:53:46','2025-10-15 16:53:46','',165,'https://alkara.co.id/?p=166',0,'revision','',0),
(167,1,'2025-10-15 16:54:48','2025-10-15 16:54:48','','alkara3@4x-8','','inherit','open','closed','','alkara34x-8','','','2025-10-15 16:54:48','2025-10-15 16:54:48','',10,'https://alkara.co.id/wp-content/uploads/2025/10/alkara3@4x-8.png',0,'attachment','image/png',0),
(168,1,'2025-10-15 16:55:09','2025-10-15 16:55:09','','Artboard 7@4x-8','','inherit','open','closed','','artboard-74x-8','','','2025-10-15 16:55:09','2025-10-15 16:55:09','',10,'https://alkara.co.id/wp-content/uploads/2025/10/Artboard-7@4x-8.png',0,'attachment','image/png',0),
(170,1,'2025-10-15 16:57:10','2025-10-15 16:57:10','','Artboard 8@4x-8','','inherit','open','closed','','artboard-84x-8','','','2025-10-15 16:57:10','2025-10-15 16:57:10','',10,'https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png',0,'attachment','image/png',0),
(171,1,'2025-10-15 16:57:56','2025-10-15 16:57:56','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-15 16:57:56','2025-10-15 16:57:56','',10,'https://alkara.co.id/?p=171',0,'revision','',0),
(172,1,'2025-10-15 16:57:56','2025-10-15 16:57:56','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-15 16:57:56','2025-10-15 16:57:56','',10,'https://alkara.co.id/?p=172',0,'revision','',0),
(173,1,'2025-10-15 16:57:57','2025-10-15 16:57:57','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-15 16:57:57','2025-10-15 16:57:57','',10,'https://alkara.co.id/?p=173',0,'revision','',0),
(174,1,'2025-10-15 16:58:25','2025-10-15 16:58:25','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About','','publish','closed','closed','','about','','','2025-12-06 13:52:33','2025-12-06 13:52:33','',0,'https://alkara.co.id/?page_id=174',0,'page','',0),
(175,1,'2025-10-15 16:58:25','2025-10-15 16:58:25','','About','','inherit','closed','closed','','174-revision-v1','','','2025-10-15 16:58:25','2025-10-15 16:58:25','',174,'https://alkara.co.id/?p=175',0,'revision','',0),
(176,1,'2025-10-15 16:58:56','2025-10-15 16:58:56','','About','','inherit','closed','closed','','174-revision-v1','','','2025-10-15 16:58:56','2025-10-15 16:58:56','',174,'https://alkara.co.id/?p=176',0,'revision','',0),
(177,1,'2025-10-15 16:58:56','2025-10-15 16:58:56','','About','','inherit','closed','closed','','174-revision-v1','','','2025-10-15 16:58:56','2025-10-15 16:58:56','',174,'https://alkara.co.id/?p=177',0,'revision','',0),
(178,1,'2025-10-15 16:58:56','2025-10-15 16:58:56','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About','','inherit','closed','closed','','174-revision-v1','','','2025-10-15 16:58:56','2025-10-15 16:58:56','',174,'https://alkara.co.id/?p=178',0,'revision','',0),
(180,1,'2025-12-06 13:54:13','2025-10-15 16:59:51',' ','','','publish','closed','closed','','180','','','2025-12-06 13:54:13','2025-12-06 13:54:13','',0,'https://alkara.co.id/?p=180',1,'nav_menu_item','',0),
(181,1,'2025-10-17 14:25:33','2025-10-17 14:25:33','','Artboard 8@4x-8','','inherit','open','closed','','artboard-84x-8-2','','','2025-10-17 14:25:33','2025-10-17 14:25:33','',10,'https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png',0,'attachment','image/png',0),
(182,1,'2025-10-17 14:26:01','2025-10-17 14:26:01','','ChatGPT Image Oct 17, 2025, 09_20_01 PM','','inherit','open','closed','','chatgpt-image-oct-17-2025-09_20_01-pm','','','2025-10-17 14:26:01','2025-10-17 14:26:01','',10,'https://alkara.co.id/wp-content/uploads/2025/10/ChatGPT-Image-Oct-17-2025-09_20_01-PM.png',0,'attachment','image/png',0),
(183,1,'2025-10-17 14:26:02','2025-10-17 14:26:02','','ChatGPT Image Oct 17, 2025, 09_13_45 PM','','inherit','open','closed','','chatgpt-image-oct-17-2025-09_13_45-pm','','','2025-10-17 14:26:02','2025-10-17 14:26:02','',10,'https://alkara.co.id/wp-content/uploads/2025/10/ChatGPT-Image-Oct-17-2025-09_13_45-PM.png',0,'attachment','image/png',0),
(184,1,'2025-10-17 14:26:04','2025-10-17 14:26:04','','ChatGPT Image Oct 17, 2025, 09_03_49 PM','','inherit','open','closed','','chatgpt-image-oct-17-2025-09_03_49-pm','','','2025-10-17 14:26:04','2025-10-17 14:26:04','',10,'https://alkara.co.id/wp-content/uploads/2025/10/ChatGPT-Image-Oct-17-2025-09_03_49-PM.png',0,'attachment','image/png',0),
(185,1,'2025-10-17 14:26:16','2025-10-17 14:26:16','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:26:16','2025-10-17 14:26:16','',10,'https://alkara.co.id/?p=185',0,'revision','',0),
(186,1,'2025-10-17 14:26:16','2025-10-17 14:26:16','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:26:16','2025-10-17 14:26:16','',10,'https://alkara.co.id/?p=186',0,'revision','',0),
(187,1,'2025-10-17 14:26:16','2025-10-17 14:26:16','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:26:16','2025-10-17 14:26:16','',10,'https://alkara.co.id/?p=187',0,'revision','',0),
(188,1,'2025-10-17 14:30:08','2025-10-17 14:30:08','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:30:08','2025-10-17 14:30:08','',10,'https://alkara.co.id/?p=188',0,'revision','',0),
(189,1,'2025-10-17 14:30:08','2025-10-17 14:30:08','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:30:08','2025-10-17 14:30:08','',10,'https://alkara.co.id/?p=189',0,'revision','',0),
(190,1,'2025-10-17 14:30:08','2025-10-17 14:30:08','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:30:08','2025-10-17 14:30:08','',10,'https://alkara.co.id/?p=190',0,'revision','',0),
(191,1,'2025-10-17 14:32:32','2025-10-17 14:32:32','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>															<img width=\"76\" height=\"74\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tool.png\" alt=\"\" />																<h5>Air Freight Forwarding</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"82\" height=\"75\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/around.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"89\" height=\"62\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/serv-icon.png\" alt=\"\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"85\" height=\"76\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/three.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"70\" height=\"64\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/crane.png\" alt=\"\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"78\" height=\"68\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Learn More\n					</a>\n									<h3>Tailored Logistic Services</h3>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/wheels-of-the-airplane-P2MEJ5J-rd932os8i48bz4d0s7iiu0ypr2nje0j99hu68r7u56.jpg\" title=\"wheels-of-the-airplane-P2MEJ5J.jpg\" alt=\"wheels-of-the-airplane-P2MEJ5J.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235y4xeqk38fag63qof437m3gz5fiiu07e3w4a.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />																<h5>Smart Logistics</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243sbrg0vp724ykqb66kolhgoo95unhhoo2hy2.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h5>Storage and Delayed Shipping</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251milhb7b5ozgzcvny19zctwdcw6s4z5y13ru.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />																<h5>Transportation Insurance</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd932283y3dg8h9sfxrh66nnhtqq9a1p6e6iq45aai.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h5>Warehousing &amp; Fulfillment</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usu9d74qr7p4n8k2z9z21z04w4z87zh2q05sq.jpg\" title=\"red-truck-on-the-road-PY8RVLW.jpg\" alt=\"red-truck-on-the-road-PY8RVLW.jpg\" loading=\"lazy\" />																<h5>Individual Cargo</h5>					<h2>Freight Shipping Made Easy</h2>					<h3>Get free quotes 24 hrs a day 7 days a week</h3>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>','Our Services','','publish','closed','closed','','our-services','','','2025-10-17 14:40:59','2025-10-17 14:40:59','',0,'https://alkara.co.id/?page_id=191',0,'page','',0),
(192,1,'2025-12-06 13:54:13','2025-10-17 14:32:33',' ','','','publish','closed','closed','','192','','','2025-12-06 13:54:13','2025-12-06 13:54:13','',0,'https://alkara.co.id/192/',3,'nav_menu_item','',0),
(193,1,'2025-10-17 14:32:32','2025-10-17 14:32:32','','Our Services','','inherit','closed','closed','','191-revision-v1','','','2025-10-17 14:32:32','2025-10-17 14:32:32','',191,'https://alkara.co.id/?p=193',0,'revision','',0),
(194,1,'2025-10-17 14:34:05','2025-10-17 14:34:05','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h4>Testimonials</h4>															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\" title=\"team-5.png\" alt=\"team-5.png\" loading=\"lazy\" />															\n						Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"Miranda Atkins\">\n								<cite>Miranda AtkinsTeacher, NY</cite>','Insight','','publish','closed','closed','','insight','','','2025-12-06 13:52:53','2025-12-06 13:52:53','',0,'https://alkara.co.id/?page_id=194',0,'page','',0),
(195,1,'2025-12-06 13:54:13','2025-10-17 14:34:05',' ','','','publish','closed','closed','','195','','','2025-12-06 13:54:13','2025-12-06 13:54:13','',0,'https://alkara.co.id/195/',6,'nav_menu_item','',0),
(196,1,'2025-10-17 14:34:05','2025-10-17 14:34:05','','Insight','','inherit','closed','closed','','194-revision-v1','','','2025-10-17 14:34:05','2025-10-17 14:34:05','',194,'https://alkara.co.id/?p=196',0,'revision','',0),
(197,1,'2025-10-17 14:34:54','2025-10-17 14:34:54','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h3>Popular Articles</h3>					<h3>Latest News</h3>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Career','','publish','closed','closed','','career','','','2025-12-06 13:43:11','2025-12-06 13:43:11','',194,'https://alkara.co.id/?page_id=197',0,'page','',0),
(198,1,'2025-12-06 13:54:13','2025-10-17 14:34:54',' ','','','publish','closed','closed','','198','','','2025-12-06 13:54:13','2025-12-06 13:54:13','',194,'https://alkara.co.id/198/',7,'nav_menu_item','',0),
(199,1,'2025-10-17 14:34:54','2025-10-17 14:34:54','','Career','','inherit','closed','closed','','197-revision-v1','','','2025-10-17 14:34:54','2025-10-17 14:34:54','',197,'https://alkara.co.id/?p=199',0,'revision','',0),
(200,1,'2025-10-17 14:35:06','2025-10-17 14:35:06','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Get In Touch</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Request a Call\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h6>123, New Lenox, Chicago, IL, 60606</h6>															<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"tel:+1234567891\">\n									(123) 456-78-91\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"mailto:@.com\">\n									info@yoursite.com\n					</a>\n														<a href=\"mailto:@.com\">\n									job@yoursite.com\n					</a>\n									<h4>Have a Question? Drop a Line</h4>					<h2>Next Day Delivery for Your Business</h2>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Contact','','publish','closed','closed','','contact','','','2025-12-06 13:52:44','2025-12-06 13:52:44','',0,'https://alkara.co.id/?page_id=200',0,'page','',0),
(201,1,'2025-12-06 13:54:13','2025-10-17 14:35:06',' ','','','publish','closed','closed','','201','','','2025-12-06 13:54:13','2025-12-06 13:54:13','',0,'https://alkara.co.id/201/',8,'nav_menu_item','',0),
(202,1,'2025-10-17 14:35:06','2025-10-17 14:35:06','','Contact','','inherit','closed','closed','','200-revision-v1','','','2025-10-17 14:35:06','2025-10-17 14:35:06','',200,'https://alkara.co.id/?p=202',0,'revision','',0),
(205,1,'2025-10-17 14:35:34','2025-10-17 14:35:34','','Elementor-post-screenshot_142_2025-10-17-14-35-34_68ee7a32.png','','inherit','open','closed','','elementor-post-screenshot_142_2025-10-17-14-35-34_68ee7a32-png','','','2025-10-17 14:35:34','2025-10-17 14:35:34','',142,'https://alkara.co.id/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_142_2025-10-17-14-35-34_68ee7a32.png',0,'attachment','image/png',0),
(206,1,'2025-10-17 14:35:36','2025-10-17 14:35:36','','Elementor-post-screenshot_161_2025-10-17-14-35-36_52669b5b.png','','inherit','open','closed','','elementor-post-screenshot_161_2025-10-17-14-35-36_52669b5b-png','','','2025-10-17 14:35:36','2025-10-17 14:35:36','',161,'https://alkara.co.id/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_161_2025-10-17-14-35-36_52669b5b.png',0,'attachment','image/png',0),
(208,1,'2025-10-17 14:36:05','2025-10-17 14:36:05','','Elementor-post-screenshot_163_2025-10-17-14-36-05_4ac69d36.png','','inherit','open','closed','','elementor-post-screenshot_163_2025-10-17-14-36-05_4ac69d36-png','','','2025-10-17 14:36:05','2025-10-17 14:36:05','',163,'https://alkara.co.id/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_163_2025-10-17-14-36-05_4ac69d36.png',0,'attachment','image/png',0),
(209,1,'2025-10-17 14:39:03','2025-10-17 14:39:03','','tool.png','','inherit','open','closed','','tool-png','','','2025-10-17 14:39:03','2025-10-17 14:39:03','',0,'https://alkara.co.id/wp-content/uploads/2025/10/tool.png',0,'attachment','image/png',0),
(210,1,'2025-10-17 14:39:04','2025-10-17 14:39:04','','around.png','','inherit','open','closed','','around-png','','','2025-10-17 14:39:04','2025-10-17 14:39:04','',0,'https://alkara.co.id/wp-content/uploads/2025/10/around.png',0,'attachment','image/png',0),
(211,1,'2025-10-17 14:39:04','2025-10-17 14:39:04','','serv-icon.png','','inherit','open','closed','','serv-icon-png','','','2025-10-17 14:39:04','2025-10-17 14:39:04','',0,'https://alkara.co.id/wp-content/uploads/2025/10/serv-icon.png',0,'attachment','image/png',0),
(212,1,'2025-10-17 14:39:05','2025-10-17 14:39:05','','three.png','','inherit','open','closed','','three-png','','','2025-10-17 14:39:05','2025-10-17 14:39:05','',0,'https://alkara.co.id/wp-content/uploads/2025/10/three.png',0,'attachment','image/png',0),
(213,1,'2025-10-17 14:39:05','2025-10-17 14:39:05','','crane.png','','inherit','open','closed','','crane-png','','','2025-10-17 14:39:05','2025-10-17 14:39:05','',0,'https://alkara.co.id/wp-content/uploads/2025/10/crane.png',0,'attachment','image/png',0),
(214,1,'2025-10-17 14:39:06','2025-10-17 14:39:06','','boxes.png','','inherit','open','closed','','boxes-png','','','2025-10-17 14:39:06','2025-10-17 14:39:06','',0,'https://alkara.co.id/wp-content/uploads/2025/10/boxes.png',0,'attachment','image/png',0),
(215,1,'2025-10-17 14:39:06','2025-10-17 14:39:06','','male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3.jpg','','inherit','open','closed','','male-courier-in-uniform-work-with-cargo-back-view-pq9lex3-jpg','','','2025-10-17 14:39:06','2025-10-17 14:39:06','',0,'https://alkara.co.id/wp-content/uploads/2025/10/male-courier-in-uniform-work-with-cargo-back-view-PQ9LEX3.jpg',0,'attachment','image/jpeg',0),
(216,1,'2025-10-17 14:39:06','2025-10-17 14:39:06','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>															<img width=\"76\" height=\"74\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tool.png\" alt=\"\" />																<h5>Air Freight Forwarding</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"82\" height=\"75\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/around.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"89\" height=\"62\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/serv-icon.png\" alt=\"\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"85\" height=\"76\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/three.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"70\" height=\"64\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/crane.png\" alt=\"\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"78\" height=\"68\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Learn More\n					</a>\n									<h3>Tailored Logistic Services</h3>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/wheels-of-the-airplane-P2MEJ5J-rd932os8i48bz4d0s7iiu0ypr2nje0j99hu68r7u56.jpg\" title=\"wheels-of-the-airplane-P2MEJ5J.jpg\" alt=\"wheels-of-the-airplane-P2MEJ5J.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235y4xeqk38fag63qof437m3gz5fiiu07e3w4a.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />																<h5>Smart Logistics</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243sbrg0vp724ykqb66kolhgoo95unhhoo2hy2.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h5>Storage and Delayed Shipping</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251milhb7b5ozgzcvny19zctwdcw6s4z5y13ru.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />																<h5>Transportation Insurance</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd932283y3dg8h9sfxrh66nnhtqq9a1p6e6iq45aai.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h5>Warehousing &amp; Fulfillment</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usu9d74qr7p4n8k2z9z21z04w4z87zh2q05sq.jpg\" title=\"red-truck-on-the-road-PY8RVLW.jpg\" alt=\"red-truck-on-the-road-PY8RVLW.jpg\" loading=\"lazy\" />																<h5>Individual Cargo</h5>					<h2>Freight Shipping Made Easy</h2>					<h3>Get free quotes 24 hrs a day 7 days a week</h3>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>','Services','','publish','closed','closed','','services','','','2025-10-17 14:39:07','2025-10-17 14:39:07','',0,'https://alkara.co.id/?elementor_library=services',0,'elementor_library','',0),
(217,1,'2025-10-17 14:39:07','2025-10-17 14:39:07','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>															<img width=\"76\" height=\"74\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tool.png\" alt=\"\" />																<h5>Air Freight Forwarding</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"82\" height=\"75\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/around.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"89\" height=\"62\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/serv-icon.png\" alt=\"\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"85\" height=\"76\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/three.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"70\" height=\"64\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/crane.png\" alt=\"\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"78\" height=\"68\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Learn More\n					</a>\n									<h3>Tailored Logistic Services</h3>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/wheels-of-the-airplane-P2MEJ5J-rd932os8i48bz4d0s7iiu0ypr2nje0j99hu68r7u56.jpg\" title=\"wheels-of-the-airplane-P2MEJ5J.jpg\" alt=\"wheels-of-the-airplane-P2MEJ5J.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235y4xeqk38fag63qof437m3gz5fiiu07e3w4a.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />																<h5>Smart Logistics</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243sbrg0vp724ykqb66kolhgoo95unhhoo2hy2.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h5>Storage and Delayed Shipping</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251milhb7b5ozgzcvny19zctwdcw6s4z5y13ru.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />																<h5>Transportation Insurance</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd932283y3dg8h9sfxrh66nnhtqq9a1p6e6iq45aai.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h5>Warehousing &amp; Fulfillment</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usu9d74qr7p4n8k2z9z21z04w4z87zh2q05sq.jpg\" title=\"red-truck-on-the-road-PY8RVLW.jpg\" alt=\"red-truck-on-the-road-PY8RVLW.jpg\" loading=\"lazy\" />																<h5>Individual Cargo</h5>					<h2>Freight Shipping Made Easy</h2>					<h3>Get free quotes 24 hrs a day 7 days a week</h3>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>','Services','','inherit','closed','closed','','216-revision-v1','','','2025-10-17 14:39:07','2025-10-17 14:39:07','',216,'https://alkara.co.id/?p=217',0,'revision','',0),
(218,1,'2025-10-17 14:39:27','2025-10-17 14:39:27','','before-img1.png','','inherit','open','closed','','before-img1-png','','','2025-10-17 14:39:27','2025-10-17 14:39:27','',0,'https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png',0,'attachment','image/png',0),
(219,1,'2025-10-17 14:39:27','2025-10-17 14:39:27','','before-img2.png','','inherit','open','closed','','before-img2-png','','','2025-10-17 14:39:27','2025-10-17 14:39:27','',0,'https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png',0,'attachment','image/png',0),
(220,1,'2025-10-17 14:39:27','2025-10-17 14:39:27','','before-img3.png','','inherit','open','closed','','before-img3-png','','','2025-10-17 14:39:27','2025-10-17 14:39:27','',0,'https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png',0,'attachment','image/png',0),
(221,1,'2025-10-17 14:39:28','2025-10-17 14:39:28','','before-img4.png','','inherit','open','closed','','before-img4-png','','','2025-10-17 14:39:28','2025-10-17 14:39:28','',0,'https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png',0,'attachment','image/png',0),
(222,1,'2025-10-17 14:39:28','2025-10-17 14:39:28','','before-img5.png','','inherit','open','closed','','before-img5-png','','','2025-10-17 14:39:28','2025-10-17 14:39:28','',0,'https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png',0,'attachment','image/png',0),
(223,1,'2025-10-17 14:39:29','2025-10-17 14:39:29','','before-img6.png','','inherit','open','closed','','before-img6-png','','','2025-10-17 14:39:29','2025-10-17 14:39:29','',0,'https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png',0,'attachment','image/png',0),
(224,1,'2025-10-17 14:39:29','2025-10-17 14:39:29','<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>','Solution','','publish','closed','closed','','solution','','','2025-10-17 14:39:29','2025-10-17 14:39:29','',0,'https://alkara.co.id/?elementor_library=solution',0,'elementor_library','',0),
(225,1,'2025-10-17 14:39:29','2025-10-17 14:39:29','<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>','Solution','','inherit','closed','closed','','224-revision-v1','','','2025-10-17 14:39:29','2025-10-17 14:39:29','',224,'https://alkara.co.id/?p=225',0,'revision','',0),
(226,1,'2025-10-17 14:39:39','2025-10-17 14:39:39','','before-img7.png','','inherit','open','closed','','before-img7-png','','','2025-10-17 14:39:39','2025-10-17 14:39:39','',0,'https://alkara.co.id/wp-content/uploads/2025/10/before-img7.png',0,'attachment','image/png',0),
(227,1,'2025-10-17 14:39:39','2025-10-17 14:39:39','','before-img8.png','','inherit','open','closed','','before-img8-png','','','2025-10-17 14:39:39','2025-10-17 14:39:39','',0,'https://alkara.co.id/wp-content/uploads/2025/10/before-img8.png',0,'attachment','image/png',0),
(228,1,'2025-10-17 14:39:40','2025-10-17 14:39:40','','list-line-blue.png','','inherit','open','closed','','list-line-blue-png','','','2025-10-17 14:39:40','2025-10-17 14:39:40','',0,'https://alkara.co.id/wp-content/uploads/2025/10/list-line-blue.png',0,'attachment','image/png',0),
(229,1,'2025-10-17 14:39:40','2025-10-17 14:39:40','<h1>Full-service International Freight</h1>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Our Delivery Team</h4>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-2.png\" alt=\"\" /></figure>Logistics Manager<p>Account Execs</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-3.png\" alt=\"\" /></figure>Angelo Wysong<p>General Manager</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"\" /></figure>William Sanchez<p>Customer Service</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"\" /></figure>David Brooks<p>Truck Driver</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"\" /></figure>Mark Patison<p>Special Courier</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-5.png\" alt=\"\" /></figure>Toby Stivens<p>Support Manager</p>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7vpu09w1v598m6x9j5hslnc6rimhpd3y4.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2z48hjrd0hd1y6q2gzuv9guz34z4stzk6zh4.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img7.png\" title=\"before-img7.png\" alt=\"before-img7.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img8.png\" title=\"before-img8.png\" alt=\"before-img8.png\" loading=\"lazy\" />																<h3>Careers</h3>					<h6>Lead Ingineer/Technologist,</h6>					<h5>Job summary</h5>		At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dole sunt in culpa qui officia deserunt mollitia animi.			<h5>Your responsibilities:</h5>		Creating value for a customerBuilding a strong infrastructureQuality measure men			<h6>Warehouse Officer</h6>					<h5>Job summary</h5>		At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.			<h3>Next Day Delivery for Your Business</h3>					<h6>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h6>','Team','','publish','closed','closed','','team','','','2025-10-17 14:39:40','2025-10-17 14:39:40','',0,'https://alkara.co.id/?elementor_library=team',0,'elementor_library','',0),
(230,1,'2025-10-17 14:39:40','2025-10-17 14:39:40','<h1>Full-service International Freight</h1>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Our Delivery Team</h4>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-2.png\" alt=\"\" /></figure>Logistics Manager<p>Account Execs</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-3.png\" alt=\"\" /></figure>Angelo Wysong<p>General Manager</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"\" /></figure>William Sanchez<p>Customer Service</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"\" /></figure>David Brooks<p>Truck Driver</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"\" /></figure>Mark Patison<p>Special Courier</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-5.png\" alt=\"\" /></figure>Toby Stivens<p>Support Manager</p>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7vpu09w1v598m6x9j5hslnc6rimhpd3y4.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2z48hjrd0hd1y6q2gzuv9guz34z4stzk6zh4.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img7.png\" title=\"before-img7.png\" alt=\"before-img7.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img8.png\" title=\"before-img8.png\" alt=\"before-img8.png\" loading=\"lazy\" />																<h3>Careers</h3>					<h6>Lead Ingineer/Technologist,</h6>					<h5>Job summary</h5>		At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dole sunt in culpa qui officia deserunt mollitia animi.			<h5>Your responsibilities:</h5>		Creating value for a customerBuilding a strong infrastructureQuality measure men			<h6>Warehouse Officer</h6>					<h5>Job summary</h5>		At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.			<h3>Next Day Delivery for Your Business</h3>					<h6>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h6>','Team','','inherit','closed','closed','','229-revision-v1','','','2025-10-17 14:39:40','2025-10-17 14:39:40','',229,'https://alkara.co.id/?p=230',0,'revision','',0),
(231,1,'2025-10-17 14:39:53','2025-10-17 14:39:53','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n														<a href=\"#\">\n									Request Free Call\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235y4xexpwaxb2pgq5ym822kf1ccf8r8wxe4s8.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h3>Special Expertise</h3>					<h4>Our aim is to optimise and improve </h4>					<h2>$17</h2>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v533ldby43jmqlkmrx6zfehiv03w0obb75x4.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h3>Custom Services</h3>					<h4>Our aim is to optimise and improve </h4>					<h2>$20</h2>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n							<h3>Prices Table</h3>					<h4>Regular Freight</h4>					<h5>$250.00</h5>					<h4>Single covered truck</h4>					<h4>Two men for transport</h4>					<h4>Minimum 10 miles</h4>					<h4>Maximum 100 miles</h4>					<h4>Insurance</h4>					<h4>Additional trucks available</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h3>Delayed Freight</h3>					<h4>$300.00</h4>					<h4>Single cooled truck</h4>					<h4>Four men for transport</h4>					<h4>Minimum 10 miles</h4>					<h4>Maximum 200 miles</h4>					<h4>Insurance</h4>					<h4>Additional trucks</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h4>Express Freight</h4>					<h5>$350.00</h5>					<h4>Single or double covered </h4>					<h4>Five men for transport</h4>					<h4>Minimum 10 miles</h4>					<h4>Maximum 300 miles</h4>					<h4>Insurance</h4>					<h4>Additional trucks</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h4>Frequently Asked Questions</h4>					<h5>Have Questions? Visit Our Help Center</h5>							\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">Where is Transportation Services located? </a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">How are claims handled?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">Can I ship to a trade show?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">What are estimated transit times?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">What are my payment options?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">Why did I receive a billing adjustment?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">What documents do I need?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">How do I track my shipment?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.','Pricing','','publish','closed','closed','','pricing','','','2025-10-17 14:39:53','2025-10-17 14:39:53','',0,'https://alkara.co.id/?elementor_library=pricing',0,'elementor_library','',0),
(232,1,'2025-10-17 14:39:53','2025-10-17 14:39:53','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n														<a href=\"#\">\n									Request Free Call\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235y4xexpwaxb2pgq5ym822kf1ccf8r8wxe4s8.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h3>Special Expertise</h3>					<h4>Our aim is to optimise and improve </h4>					<h2>$17</h2>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v533ldby43jmqlkmrx6zfehiv03w0obb75x4.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h3>Custom Services</h3>					<h4>Our aim is to optimise and improve </h4>					<h2>$20</h2>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n							<h3>Prices Table</h3>					<h4>Regular Freight</h4>					<h5>$250.00</h5>					<h4>Single covered truck</h4>					<h4>Two men for transport</h4>					<h4>Minimum 10 miles</h4>					<h4>Maximum 100 miles</h4>					<h4>Insurance</h4>					<h4>Additional trucks available</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h3>Delayed Freight</h3>					<h4>$300.00</h4>					<h4>Single cooled truck</h4>					<h4>Four men for transport</h4>					<h4>Minimum 10 miles</h4>					<h4>Maximum 200 miles</h4>					<h4>Insurance</h4>					<h4>Additional trucks</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h4>Express Freight</h4>					<h5>$350.00</h5>					<h4>Single or double covered </h4>					<h4>Five men for transport</h4>					<h4>Minimum 10 miles</h4>					<h4>Maximum 300 miles</h4>					<h4>Insurance</h4>					<h4>Additional trucks</h4>										<a href=\"#\">\n									Purchase\n					</a>\n									<h4>Frequently Asked Questions</h4>					<h5>Have Questions? Visit Our Help Center</h5>							\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">Where is Transportation Services located? </a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">How are claims handled?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">Can I ship to a trade show?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">What are estimated transit times?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">What are my payment options?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">Why did I receive a billing adjustment?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">What documents do I need?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.\n															<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"></path></svg>\n								<svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"></path></svg>\n												<a tabindex=\"0\">How do I track my shipment?</a>\n					At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti.','Pricing','','inherit','closed','closed','','231-revision-v1','','','2025-10-17 14:39:53','2025-10-17 14:39:53','',231,'https://alkara.co.id/?p=232',0,'revision','',0),
(233,1,'2025-10-17 14:40:58','2025-10-17 14:40:58','','Our Services','','inherit','closed','closed','','191-revision-v1','','','2025-10-17 14:40:58','2025-10-17 14:40:58','',191,'https://alkara.co.id/?p=233',0,'revision','',0),
(234,1,'2025-10-17 14:40:58','2025-10-17 14:40:58','','Our Services','','inherit','closed','closed','','191-revision-v1','','','2025-10-17 14:40:58','2025-10-17 14:40:58','',191,'https://alkara.co.id/?p=234',0,'revision','',0),
(235,1,'2025-10-17 14:40:59','2025-10-17 14:40:59','<h1>Need Immediate Support Help?</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>															<img width=\"76\" height=\"74\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/tool.png\" alt=\"\" />																<h5>Air Freight Forwarding</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"82\" height=\"75\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/around.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"89\" height=\"62\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/serv-icon.png\" alt=\"\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"85\" height=\"76\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/three.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod aperiam.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"70\" height=\"64\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/crane.png\" alt=\"\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"78\" height=\"68\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/boxes.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.								<a href=\"#\">\n									Learn More\n					</a>\n									<h3>Tailored Logistic Services</h3>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/wheels-of-the-airplane-P2MEJ5J-rd932os8i48bz4d0s7iiu0ypr2nje0j99hu68r7u56.jpg\" title=\"wheels-of-the-airplane-P2MEJ5J.jpg\" alt=\"wheels-of-the-airplane-P2MEJ5J.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235y4xeqk38fag63qof437m3gz5fiiu07e3w4a.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />																<h5>Smart Logistics</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243sbrg0vp724ykqb66kolhgoo95unhhoo2hy2.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h5>Storage and Delayed Shipping</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251milhb7b5ozgzcvny19zctwdcw6s4z5y13ru.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />																<h5>Transportation Insurance</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd932283y3dg8h9sfxrh66nnhtqq9a1p6e6iq45aai.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h5>Warehousing &amp; Fulfillment</h5>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/red-truck-on-the-road-PY8RVLW-rd934usu9d74qr7p4n8k2z9z21z04w4z87zh2q05sq.jpg\" title=\"red-truck-on-the-road-PY8RVLW.jpg\" alt=\"red-truck-on-the-road-PY8RVLW.jpg\" loading=\"lazy\" />																<h5>Individual Cargo</h5>					<h2>Freight Shipping Made Easy</h2>					<h3>Get free quotes 24 hrs a day 7 days a week</h3>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>','Our Services','','inherit','closed','closed','','191-revision-v1','','','2025-10-17 14:40:59','2025-10-17 14:40:59','',191,'https://alkara.co.id/?p=235',0,'revision','',0),
(240,1,'2025-10-17 14:57:48','2025-10-17 14:57:48','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:57:48','2025-10-17 14:57:48','',10,'https://alkara.co.id/?p=240',0,'revision','',0),
(241,1,'2025-10-17 14:57:48','2025-10-17 14:57:48','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Request a Quote\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:57:48','2025-10-17 14:57:48','',10,'https://alkara.co.id/?p=241',0,'revision','',0),
(242,1,'2025-10-17 14:57:48','2025-10-17 14:57:48','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 14:57:48','2025-10-17 14:57:48','',10,'https://alkara.co.id/?p=242',0,'revision','',0),
(243,1,'2025-10-17 15:32:43','2025-10-17 15:32:43','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:32:43','2025-10-17 15:32:43','',10,'https://alkara.co.id/?p=243',0,'revision','',0),
(244,1,'2025-10-17 15:32:43','2025-10-17 15:32:43','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:32:43','2025-10-17 15:32:43','',10,'https://alkara.co.id/?p=244',0,'revision','',0),
(245,1,'2025-10-17 15:32:43','2025-10-17 15:32:43','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:32:43','2025-10-17 15:32:43','',10,'https://alkara.co.id/?p=245',0,'revision','',0),
(246,1,'2025-10-17 15:53:13','2025-10-17 15:53:13','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:53:13','2025-10-17 15:53:13','',10,'https://alkara.co.id/?p=246',0,'revision','',0),
(247,1,'2025-10-17 15:53:14','2025-10-17 15:53:14','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:53:14','2025-10-17 15:53:14','',10,'https://alkara.co.id/?p=247',0,'revision','',0),
(248,1,'2025-10-17 15:53:14','2025-10-17 15:53:14','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:53:14','2025-10-17 15:53:14','',10,'https://alkara.co.id/?p=248',0,'revision','',0),
(249,1,'2025-10-17 15:54:13','2025-10-17 15:54:13','','ChatGPT Image Oct 17, 2025, 09_50_45 PM','','inherit','open','closed','','chatgpt-image-oct-17-2025-09_50_45-pm','','','2025-10-17 15:54:13','2025-10-17 15:54:13','',10,'https://alkara.co.id/wp-content/uploads/2025/10/ChatGPT-Image-Oct-17-2025-09_50_45-PM.png',0,'attachment','image/png',0),
(251,1,'2025-10-17 15:54:48','2025-10-17 15:54:48','','Gemini_Generated_Image_ytvt7eytvt7eytvt','','inherit','open','closed','','gemini_generated_image_ytvt7eytvt7eytvt','','','2025-10-17 15:54:48','2025-10-17 15:54:48','',10,'https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png',0,'attachment','image/png',0),
(252,1,'2025-10-17 15:57:33','2025-10-17 15:57:33','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:57:33','2025-10-17 15:57:33','',10,'https://alkara.co.id/?p=252',0,'revision','',0),
(253,1,'2025-10-17 15:57:33','2025-10-17 15:57:33','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k33znm8k1qq8q8qoib83jrgcri8j3fwgiwbrc.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vvsolangowl1rvu5gtj72gu9v63w1wmy4ci.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/woman-is-working-at-warehouse-for-online-store-37BUJHQ-rd9359uglufip52ip98s7pokhlfc4r8gprnqv2odqg.jpg\" title=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" alt=\"woman-is-working-at-warehouse-for-online-store-37BUJHQ.jpg\" loading=\"lazy\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:57:33','2025-10-17 15:57:33','',10,'https://alkara.co.id/?p=253',0,'revision','',0),
(254,1,'2025-10-17 15:57:33','2025-10-17 15:57:33','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-10-17 15:57:33','2025-10-17 15:57:33','',10,'https://alkara.co.id/?p=254',0,'revision','',0),
(255,1,'2025-12-05 10:46:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-12-05 10:46:36','0000-00-00 00:00:00','',0,'https://alkara.co.id/?p=255',0,'post','',0),
(256,1,'2025-12-05 10:48:28','2025-12-05 10:48:28','','Artboard 8@4x-8','','inherit','open','closed','','artboard-84x-8-3','','','2025-12-05 10:48:28','2025-12-05 10:48:28','',10,'https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png',0,'attachment','image/png',0),
(257,1,'2025-12-05 10:50:44','2025-12-05 10:50:44','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:50:44','2025-12-05 10:50:44','',10,'https://alkara.co.id/?p=257',0,'revision','',0),
(258,1,'2025-12-05 10:50:44','2025-12-05 10:50:44','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1.png 1200w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Artboard-8@4x-8-1-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:50:44','2025-12-05 10:50:44','',10,'https://alkara.co.id/?p=258',0,'revision','',0),
(259,1,'2025-12-05 10:50:44','2025-12-05 10:50:44','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:50:44','2025-12-05 10:50:44','',10,'https://alkara.co.id/?p=259',0,'revision','',0),
(260,1,'2025-12-05 10:51:07','2025-12-05 10:51:07','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:51:07','2025-12-05 10:51:07','',10,'https://alkara.co.id/?p=260',0,'revision','',0),
(261,1,'2025-12-05 10:51:07','2025-12-05 10:51:07','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:51:07','2025-12-05 10:51:07','',10,'https://alkara.co.id/?p=261',0,'revision','',0),
(262,1,'2025-12-05 10:51:07','2025-12-05 10:51:07','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:51:07','2025-12-05 10:51:07','',10,'https://alkara.co.id/?p=262',0,'revision','',0),
(263,1,'2025-12-05 10:51:59','2025-12-05 10:51:59','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:51:59','2025-12-05 10:51:59','',10,'https://alkara.co.id/?p=263',0,'revision','',0),
(264,1,'2025-12-05 10:52:00','2025-12-05 10:52:00','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:52:00','2025-12-05 10:52:00','',10,'https://alkara.co.id/?p=264',0,'revision','',0),
(265,1,'2025-12-05 10:52:00','2025-12-05 10:52:00','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 10:52:00','2025-12-05 10:52:00','',10,'https://alkara.co.id/?p=265',0,'revision','',0),
(266,1,'2025-12-05 12:16:14','2025-12-05 12:16:14','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 12:16:14','2025-12-05 12:16:14','',10,'https://alkara.co.id/?p=266',0,'revision','',0),
(267,1,'2025-12-05 12:16:14','2025-12-05 12:16:14','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 12:16:14','2025-12-05 12:16:14','',10,'https://alkara.co.id/?p=267',0,'revision','',0),
(268,1,'2025-12-05 12:16:14','2025-12-05 12:16:14','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 12:16:14','2025-12-05 12:16:14','',10,'https://alkara.co.id/?p=268',0,'revision','',0),
(269,1,'2025-12-05 14:55:40','2025-12-05 14:55:40','','Gemini_Generated_Image_69v9m069v9m069v9','','inherit','open','closed','','gemini_generated_image_69v9m069v9m069v9','','','2025-12-05 14:55:40','2025-12-05 14:55:40','',10,'https://alkara.co.id/wp-content/uploads/2025/12/Gemini_Generated_Image_69v9m069v9m069v9.png',0,'attachment','image/png',0),
(270,1,'2025-12-05 14:56:02','2025-12-05 14:56:02','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:56:02','2025-12-05 14:56:02','',10,'https://alkara.co.id/?p=270',0,'revision','',0),
(271,1,'2025-12-05 14:56:02','2025-12-05 14:56:02','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:56:02','2025-12-05 14:56:02','',10,'https://alkara.co.id/?p=271',0,'revision','',0),
(272,1,'2025-12-05 14:56:03','2025-12-05 14:56:03','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:56:03','2025-12-05 14:56:03','',10,'https://alkara.co.id/?p=272',0,'revision','',0),
(273,1,'2025-12-05 14:56:39','2025-12-05 14:56:39','','Artboard 11@4x-8','','inherit','open','closed','','artboard-114x-8','','','2025-12-05 14:56:39','2025-12-05 14:56:39','',10,'https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png',0,'attachment','image/png',0),
(274,1,'2025-12-05 14:57:35','2025-12-05 14:57:35','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:57:35','2025-12-05 14:57:35','',10,'https://alkara.co.id/?p=274',0,'revision','',0),
(275,1,'2025-12-05 14:57:35','2025-12-05 14:57:35','<img width=\"1200\" height=\"360\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-300x90.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-1024x307.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-8@4x-8-768x230.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:57:35','2025-12-05 14:57:35','',10,'https://alkara.co.id/?p=275',0,'revision','',0),
(276,1,'2025-12-05 14:57:35','2025-12-05 14:57:35','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:57:35','2025-12-05 14:57:35','',10,'https://alkara.co.id/?p=276',0,'revision','',0),
(277,1,'2025-12-05 14:58:17','2025-12-05 14:58:17','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:58:17','2025-12-05 14:58:17','',10,'https://alkara.co.id/?p=277',0,'revision','',0),
(278,1,'2025-12-05 14:58:17','2025-12-05 14:58:17','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:58:17','2025-12-05 14:58:17','',10,'https://alkara.co.id/?p=278',0,'revision','',0),
(279,1,'2025-12-05 14:58:18','2025-12-05 14:58:18','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 14:58:18','2025-12-05 14:58:18','',10,'https://alkara.co.id/?p=279',0,'revision','',0),
(280,1,'2025-12-05 15:00:05','2025-12-05 15:00:05','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>','Header','','publish','closed','closed','','header','','','2025-12-05 15:00:05','2025-12-05 15:00:05','',0,'https://alkara.co.id/?elementor_library=header',0,'elementor_library','',0),
(281,1,'2025-12-05 15:00:05','2025-12-05 15:00:05','','Header','','inherit','closed','closed','','280-revision-v1','','','2025-12-05 15:00:05','2025-12-05 15:00:05','',280,'https://alkara.co.id/?p=281',0,'revision','',0),
(282,1,'2025-12-05 15:00:05','2025-12-05 15:00:05','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>','Header','','inherit','closed','closed','','280-revision-v1','','','2025-12-05 15:00:05','2025-12-05 15:00:05','',280,'https://alkara.co.id/?p=282',0,'revision','',0),
(285,1,'2025-12-05 15:01:04','2025-12-05 15:01:04','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About','','inherit','closed','closed','','174-revision-v1','','','2025-12-05 15:01:04','2025-12-05 15:01:04','',174,'https://alkara.co.id/?p=285',0,'revision','',0),
(286,1,'2025-12-05 15:01:04','2025-12-05 15:01:04','<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About','','inherit','closed','closed','','174-revision-v1','','','2025-12-05 15:01:04','2025-12-05 15:01:04','',174,'https://alkara.co.id/?p=286',0,'revision','',0),
(287,1,'2025-12-05 15:01:04','2025-12-05 15:01:04','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-rd93228ke4uy8fjnyr0kq780spj5bcqh61hcak8e7e.jpg\" title=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" alt=\"warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR.jpg\" loading=\"lazy\" />																<h1>Fast and Safe Delivery</h1>					<h5>When You Need It and Where You Need It</h5>																<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9wb3J0cmFpdC1vZi1hLXNlbmlvci1tYWxlLXdhcmVob3VzZS13b3JrZXItb3ItYS1zdS1GNTlIMjNULmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7wfm44hppvr6rqqjrzzlmc89cuan8dz54.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/loading-to-the-aircraft-PPSSYVL.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"loading-to-the-aircraft-PPSSYVL.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTksInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9sb2FkaW5nLXRvLXRoZS1haXJjcmFmdC1QUFNTWVZMLmpwZyJ9\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235vp7up7i8ezowr63g7djq67nt4c82wgphb26.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC93YXJlaG91c2UtbWFuLXdvcmtlci13aXRoLWZvcmtsaWZ0LVBSM1dRVVIuanBnIn0%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243pw1vzj471u7bdql7nyxljfcwuocqdxzfwvy.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />								</a>\n																											<a href=\"https://alkara.co.id/wp-content/uploads/2025/10/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjEsInVybCI6Imh0dHBzOlwvXC9hbGthcmEuY28uaWRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9tYWxlLXdhcmVob3VzZS13b3JrZXItc2VhbGluZy1jYXJkYm9hcmQtYm94ZXMtUFNLVVRURS5qcGcifQ%3D%3D\">\n							<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE-rd93251k2vz09c1reqp0br9nqjqq10joxm59lsb6so.jpg\" title=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" alt=\"male-warehouse-worker-sealing-cardboard-boxes-PSKUTTE.jpg\" loading=\"lazy\" />								</a>\n																<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-1.png\" alt=\"\" /></figure>Planning Stage<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-2.png\" alt=\"\" /></figure>Packing &amp; Loading<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<figure><img width=\"78\" height=\"78\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/num-3.png\" alt=\"\" /></figure>Delivering<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>					<h2>Next Day Delivery for Your Business</h2>					<h3>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h3>										<a href=\"#\">\n									View Our Courier\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/packing-process-VQ5BHHD-e1594819271899-rd9325zj552xpwb7j25c53vb6roy5ay9h5nm9dh8co.jpg\" title=\"packing-process-VQ5BHHD-e1594819271899.jpg\" alt=\"packing-process-VQ5BHHD-e1594819271899.jpg\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>		Ut enim ad minim veniam, quis nostrud exercitation. Duis aute  \ndolor in reprehenderit in voluptate velit esse. xcepteur sint occaecat cupidatat non proident, sunt in culpa qui official.			<h4>Testimonials</h4>		Lorem ipsum dolor sit amet, conctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.					\n							<h5>Anthony Mead</h5>					<h6>Doctor, AR</h6>		Duis autem vel eum iriure dolor \nin hendrerit in vulputate velit \nesse molestie consequat, vel \nillum dolore eu feugiat nulla \nfacilisis at vero eros et \naccumsan et iusto odio dignis\nsim qui blandit present.					\n							<h5>Miranda Atkins</h5>					<h6>Teacher, NY</h6>		Ut wisi enim ad minim veniam, \nquis nostrud exerci tation \nullamcorper suscipit lobortis \nnisl ut aliquip ex ea commodo.					\n							<h5>Stiven Woods</h5>					<h6>Manager, WDC</h6>','About','','inherit','closed','closed','','174-revision-v1','','','2025-12-05 15:01:04','2025-12-05 15:01:04','',174,'https://alkara.co.id/?p=287',0,'revision','',0),
(288,1,'2025-12-05 15:12:00','2025-12-05 15:12:00','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:12:00','2025-12-05 15:12:00','',10,'https://alkara.co.id/?p=288',0,'revision','',0),
(289,1,'2025-12-05 15:12:00','2025-12-05 15:12:00','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>We Can Ship All Types of Cargo</h3>		Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Shipping Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Where is Transportation Office located? </a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">Can I estimate the weight of my shipment?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a tabindex=\"0\">How should I package my freight?</a>\n					Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123,Banjarmasin, kalimantan, Indonesia60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:12:00','2025-12-05 15:12:00','',10,'https://alkara.co.id/?p=289',0,'revision','',0),
(290,1,'2025-12-05 15:12:01','2025-12-05 15:12:01','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:12:01','2025-12-05 15:12:01','',10,'https://alkara.co.id/?p=290',0,'revision','',0),
(291,1,'2025-12-05 15:13:44','2025-12-05 15:13:44','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:13:44','2025-12-05 15:13:44','',10,'https://alkara.co.id/?p=291',0,'revision','',0),
(292,1,'2025-12-05 15:13:44','2025-12-05 15:13:44','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:13:44','2025-12-05 15:13:44','',10,'https://alkara.co.id/?p=292',0,'revision','',0),
(293,1,'2025-12-05 15:13:45','2025-12-05 15:13:45','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:13:45','2025-12-05 15:13:45','',10,'https://alkara.co.id/?p=293',0,'revision','',0),
(295,1,'2025-12-05 15:17:00','2025-12-05 15:17:00','','WhatsApp Image 2025-11-23 at 10.58.19_24e4b3f9','','inherit','open','closed','','whatsapp-image-2025-11-23-at-10-58-19_24e4b3f9','','','2025-12-05 15:17:00','2025-12-05 15:17:00','',10,'https://alkara.co.id/wp-content/uploads/2025/12/WhatsApp-Image-2025-11-23-at-10.58.19_24e4b3f9.jpg',0,'attachment','image/jpeg',0),
(296,1,'2025-12-05 15:17:32','2025-12-05 15:17:32','','WhatsApp Image 2025-11-23 at 11.10.13_8b63532f','','inherit','open','closed','','whatsapp-image-2025-11-23-at-11-10-13_8b63532f','','','2025-12-05 15:17:32','2025-12-05 15:17:32','',10,'https://alkara.co.id/wp-content/uploads/2025/12/WhatsApp-Image-2025-11-23-at-11.10.13_8b63532f.jpg',0,'attachment','image/jpeg',0),
(297,1,'2025-12-05 15:19:57','2025-12-05 15:19:57','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:19:57','2025-12-05 15:19:57','',10,'https://alkara.co.id/?p=297',0,'revision','',0),
(298,1,'2025-12-05 15:19:57','2025-12-05 15:19:57','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n																	<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_50_45-PM-rdcia2ty1biehewfx09bo7xptxn8qq7scvuoc6b24o.png\" title=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_50_45 PM\" loading=\"lazy\" />																<h4>We deal with all types and sizes of freight worldwide. You choose the services you want to receive, and we surpass your expectations.</h4>					<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:19:57','2025-12-05 15:19:57','',10,'https://alkara.co.id/?p=298',0,'revision','',0),
(299,1,'2025-12-05 15:19:57','2025-12-05 15:19:57','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-05 15:19:57','2025-12-05 15:19:57','',10,'https://alkara.co.id/?p=299',0,'revision','',0),
(301,1,'2025-12-06 13:32:10','2025-12-06 13:32:10','','Insight','','inherit','closed','closed','','194-revision-v1','','','2025-12-06 13:32:10','2025-12-06 13:32:10','',194,'https://alkara.co.id/?p=301',0,'revision','',0),
(302,1,'2025-12-06 13:32:10','2025-12-06 13:32:10','','Insight','','inherit','closed','closed','','194-revision-v1','','','2025-12-06 13:32:10','2025-12-06 13:32:10','',194,'https://alkara.co.id/?p=302',0,'revision','',0),
(303,1,'2025-12-06 13:32:11','2025-12-06 13:32:11','<h4>Testimonials</h4>															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\" title=\"team-5.png\" alt=\"team-5.png\" loading=\"lazy\" />															\n						Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"Miranda Atkins\">\n								<cite>Miranda AtkinsTeacher, NY</cite>','Insight','','inherit','closed','closed','','194-revision-v1','','','2025-12-06 13:32:11','2025-12-06 13:32:11','',194,'https://alkara.co.id/?p=303',0,'revision','',0),
(304,1,'2025-12-06 13:32:48','2025-12-06 13:32:48','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>\n									<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Portofolio','','publish','closed','closed','','portofolio','','','2025-12-06 13:53:05','2025-12-06 13:53:05','',0,'https://alkara.co.id/?page_id=304',0,'page','',0),
(305,1,'2025-12-06 13:54:13','2025-12-06 13:32:48',' ','','','publish','closed','closed','','305','','','2025-12-06 13:54:13','2025-12-06 13:54:13','',0,'https://alkara.co.id/305/',5,'nav_menu_item','',0),
(306,1,'2025-12-06 13:32:48','2025-12-06 13:32:48','','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:32:48','2025-12-06 13:32:48','',304,'https://alkara.co.id/?p=306',0,'revision','',0),
(307,1,'2025-12-06 13:34:14','2025-12-06 13:34:14','','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:34:14','2025-12-06 13:34:14','',304,'https://alkara.co.id/?p=307',0,'revision','',0),
(308,1,'2025-12-06 13:34:14','2025-12-06 13:34:14','','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:34:14','2025-12-06 13:34:14','',304,'https://alkara.co.id/?p=308',0,'revision','',0),
(309,1,'2025-12-06 13:34:15','2025-12-06 13:34:15','<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:34:15','2025-12-06 13:34:15','',304,'https://alkara.co.id/?p=309',0,'revision','',0),
(312,1,'2025-12-06 13:34:52','2025-12-06 13:34:52','<h4>Testimonials</h4>															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\" title=\"team-5.png\" alt=\"team-5.png\" loading=\"lazy\" />															\n						Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"Miranda Atkins\">\n								<cite>Miranda AtkinsTeacher, NY</cite>','Insight','','inherit','closed','closed','','194-revision-v1','','','2025-12-06 13:34:52','2025-12-06 13:34:52','',194,'https://alkara.co.id/?p=312',0,'revision','',0),
(313,1,'2025-12-06 13:34:52','2025-12-06 13:34:52','<h4>Testimonials</h4>															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\" title=\"team-5.png\" alt=\"team-5.png\" loading=\"lazy\" />															\n						Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"Miranda Atkins\">\n								<cite>Miranda AtkinsTeacher, NY</cite>','Insight','','inherit','closed','closed','','194-revision-v1','','','2025-12-06 13:34:52','2025-12-06 13:34:52','',194,'https://alkara.co.id/?p=313',0,'revision','',0),
(314,1,'2025-12-06 13:34:53','2025-12-06 13:34:53','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h4>Testimonials</h4>															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\" title=\"team-5.png\" alt=\"team-5.png\" loading=\"lazy\" />															\n						Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"Miranda Atkins\">\n								<cite>Miranda AtkinsTeacher, NY</cite>','Insight','','inherit','closed','closed','','194-revision-v1','','','2025-12-06 13:34:53','2025-12-06 13:34:53','',194,'https://alkara.co.id/?p=314',0,'revision','',0),
(315,1,'2025-12-06 13:35:06','2025-12-06 13:35:06','<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:35:06','2025-12-06 13:35:06','',304,'https://alkara.co.id/?p=315',0,'revision','',0),
(316,1,'2025-12-06 13:35:06','2025-12-06 13:35:06','<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:35:06','2025-12-06 13:35:06','',304,'https://alkara.co.id/?p=316',0,'revision','',0),
(317,1,'2025-12-06 13:35:07','2025-12-06 13:35:07','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:35:07','2025-12-06 13:35:07','',304,'https://alkara.co.id/?p=317',0,'revision','',0),
(318,1,'2025-12-06 13:37:34','2025-12-06 13:37:34','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h4>Testimonials</h4>															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img width=\"72\" height=\"44\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/quotes-1.png\" alt=\"\" />															\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi magna magna, sollicitudin nec quam vel. 					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"Anthony Mead\">\n								<cite>Anthony MeadDoctor, AR</cite>			\n															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/team-5-rd9355514otdarf1ol1f6ztzpcqforka7pz2ncu8e8.png\" title=\"team-5.png\" alt=\"team-5.png\" loading=\"lazy\" />															\n						Suspendisse ante sapien, mollis a odio nec, ultricies lobortis metus. Integer dignissim urna at tortor iaculis, sagittis.					\n						<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"Miranda Atkins\">\n								<cite>Miranda AtkinsTeacher, NY</cite>			\n					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Insight','','inherit','closed','closed','','194-autosave-v1','','','2025-12-06 13:37:34','2025-12-06 13:37:34','',194,'https://alkara.co.id/?p=318',0,'revision','',0),
(319,1,'2025-12-06 13:37:37','2025-12-06 13:37:37','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:37:37','2025-12-06 13:37:37','',304,'https://alkara.co.id/?p=319',0,'revision','',0),
(320,1,'2025-12-06 13:37:37','2025-12-06 13:37:37','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:37:37','2025-12-06 13:37:37','',304,'https://alkara.co.id/?p=320',0,'revision','',0),
(321,1,'2025-12-06 13:37:37','2025-12-06 13:37:37','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>\n									<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Portofolio','','inherit','closed','closed','','304-revision-v1','','','2025-12-06 13:37:37','2025-12-06 13:37:37','',304,'https://alkara.co.id/?p=321',0,'revision','',0),
(323,1,'2025-12-06 13:39:41','2025-12-06 13:39:41','','Contact','','inherit','closed','closed','','200-revision-v1','','','2025-12-06 13:39:41','2025-12-06 13:39:41','',200,'https://alkara.co.id/?p=323',0,'revision','',0),
(324,1,'2025-12-06 13:39:41','2025-12-06 13:39:41','','Contact','','inherit','closed','closed','','200-revision-v1','','','2025-12-06 13:39:41','2025-12-06 13:39:41','',200,'https://alkara.co.id/?p=324',0,'revision','',0),
(325,1,'2025-12-06 13:39:41','2025-12-06 13:39:41','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Get In Touch</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Request a Call\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h6>123, New Lenox, Chicago, IL, 60606</h6>															<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"tel:+1234567891\">\n									(123) 456-78-91\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"mailto:@.com\">\n									info@yoursite.com\n					</a>\n														<a href=\"mailto:@.com\">\n									job@yoursite.com\n					</a>\n									<h4>Have a Question? Drop a Line</h4>					<h2>Next Day Delivery for Your Business</h2>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Contact','','inherit','closed','closed','','200-revision-v1','','','2025-12-06 13:39:41','2025-12-06 13:39:41','',200,'https://alkara.co.id/?p=325',0,'revision','',0),
(326,1,'2025-12-06 13:40:09','2025-12-06 13:40:09','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Get In Touch</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Request a Call\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h6>123, New Lenox, Chicago, IL, 60606</h6>															<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"tel:+1234567891\">\n									(123) 456-78-91\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"mailto:@.com\">\n									info@yoursite.com\n					</a>\n														<a href=\"mailto:@.com\">\n									job@yoursite.com\n					</a>\n									<h4>Have a Question? Drop a Line</h4>					<h2>Next Day Delivery for Your Business</h2>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Contact','','inherit','closed','closed','','200-revision-v1','','','2025-12-06 13:40:09','2025-12-06 13:40:09','',200,'https://alkara.co.id/?p=326',0,'revision','',0),
(327,1,'2025-12-06 13:40:10','2025-12-06 13:40:10','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Get In Touch</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Request a Call\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h6>123, New Lenox, Chicago, IL, 60606</h6>															<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"tel:+1234567891\">\n									(123) 456-78-91\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"mailto:@.com\">\n									info@yoursite.com\n					</a>\n														<a href=\"mailto:@.com\">\n									job@yoursite.com\n					</a>\n									<h4>Have a Question? Drop a Line</h4>					<h2>Next Day Delivery for Your Business</h2>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Contact','','inherit','closed','closed','','200-revision-v1','','','2025-12-06 13:40:10','2025-12-06 13:40:10','',200,'https://alkara.co.id/?p=327',0,'revision','',0),
(328,1,'2025-12-06 13:40:10','2025-12-06 13:40:10','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Get In Touch</h1>					<h2>When you need help, Kargo Customer Care Center is here for you \nwith 24/7 technical support and services</h2>										<a href=\"#\">\n									Request a Call\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon1-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																<h6>123, New Lenox, Chicago, IL, 60606</h6>															<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon2-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"tel:+1234567891\">\n									(123) 456-78-91\n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/contact-icon3-768x819.png 768w\" sizes=\"(max-width: 150px) 100vw, 150px\" />																					<a href=\"mailto:@.com\">\n									info@yoursite.com\n					</a>\n														<a href=\"mailto:@.com\">\n									job@yoursite.com\n					</a>\n									<h4>Have a Question? Drop a Line</h4>					<h2>Next Day Delivery for Your Business</h2>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Contact','','inherit','closed','closed','','200-revision-v1','','','2025-12-06 13:40:10','2025-12-06 13:40:10','',200,'https://alkara.co.id/?p=328',0,'revision','',0),
(330,1,'2025-12-06 13:42:22','2025-12-06 13:42:22','','Career','','inherit','closed','closed','','197-revision-v1','','','2025-12-06 13:42:22','2025-12-06 13:42:22','',197,'https://alkara.co.id/?p=330',0,'revision','',0),
(331,1,'2025-12-06 13:42:22','2025-12-06 13:42:22','','Career','','inherit','closed','closed','','197-revision-v1','','','2025-12-06 13:42:22','2025-12-06 13:42:22','',197,'https://alkara.co.id/?p=331',0,'revision','',0),
(332,1,'2025-12-06 13:42:22','2025-12-06 13:42:22','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h3>Popular Articles</h3>					<h3>Latest News</h3>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Career','','inherit','closed','closed','','197-revision-v1','','','2025-12-06 13:42:22','2025-12-06 13:42:22','',197,'https://alkara.co.id/?p=332',0,'revision','',0),
(333,1,'2025-12-06 13:43:30','2025-12-06 13:43:30','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Full-service International Freight</h1>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Our Delivery Team</h4>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-2.png\" alt=\"\" /></figure>Logistics Manager<p>Account Execs</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-3.png\" alt=\"\" /></figure>Angelo Wysong<p>General Manager</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"\" /></figure>William Sanchez<p>Customer Service</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"\" /></figure>David Brooks<p>Truck Driver</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"\" /></figure>Mark Patison<p>Special Courier</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-5.png\" alt=\"\" /></figure>Toby Stivens<p>Support Manager</p>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7vpu09w1v598m6x9j5hslnc6rimhpd3y4.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2z48hjrd0hd1y6q2gzuv9guz34z4stzk6zh4.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/before-img7-rdcf19fsvve9n0a82k3skbu5yihgrqan6npkz61tz4.png\" title=\"before-img7.png\" alt=\"before-img7.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/before-img8-rdcf19fsvve9n0a82k3skbu5yihgrqan6npkz61tz4.png\" title=\"before-img8.png\" alt=\"before-img8.png\" loading=\"lazy\" />																<h3>Careers</h3>					<h6>Lead Ingineer/Technologist,</h6>					<h5>Job summary</h5>		At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dole sunt in culpa qui officia deserunt mollitia animi.			<h5>Your responsibilities:</h5>		Creating value for a customerBuilding a strong infrastructureQuality measure men			<h6>Warehouse Officer</h6>					<h5>Job summary</h5>		At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.			<h3>Next Day Delivery for Your Business</h3>					<h6>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h6>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Team','','publish','closed','closed','','team','','','2025-12-06 13:52:39','2025-12-06 13:52:39','',174,'https://alkara.co.id/?page_id=333',0,'page','',0),
(334,1,'2025-12-06 13:54:13','2025-12-06 13:43:30',' ','','','publish','closed','closed','','334','','','2025-12-06 13:54:13','2025-12-06 13:54:13','',174,'https://alkara.co.id/334/',2,'nav_menu_item','',0),
(335,1,'2025-12-06 13:43:30','2025-12-06 13:43:30','','Team','','inherit','closed','closed','','333-revision-v1','','','2025-12-06 13:43:30','2025-12-06 13:43:30','',333,'https://alkara.co.id/?p=335',0,'revision','',0),
(337,1,'2025-12-06 13:44:46','2025-12-06 13:44:46','','Team','','inherit','closed','closed','','333-revision-v1','','','2025-12-06 13:44:46','2025-12-06 13:44:46','',333,'https://alkara.co.id/?p=337',0,'revision','',0),
(338,1,'2025-12-06 13:44:46','2025-12-06 13:44:46','','Team','','inherit','closed','closed','','333-revision-v1','','','2025-12-06 13:44:46','2025-12-06 13:44:46','',333,'https://alkara.co.id/?p=338',0,'revision','',0),
(339,1,'2025-12-06 13:44:47','2025-12-06 13:44:47','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Full-service International Freight</h1>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Our Delivery Team</h4>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-2.png\" alt=\"\" /></figure>Logistics Manager<p>Account Execs</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-3.png\" alt=\"\" /></figure>Angelo Wysong<p>General Manager</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-6.png\" alt=\"\" /></figure>William Sanchez<p>Customer Service</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-4.png\" alt=\"\" /></figure>David Brooks<p>Truck Driver</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-1.png\" alt=\"\" /></figure>Mark Patison<p>Special Courier</p>					<figure><img width=\"1230\" height=\"898\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/team-5.png\" alt=\"\" /></figure>Toby Stivens<p>Support Manager</p>															<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T-rd93235vp7vpu09w1v598m6x9j5hslnc6rimhpd3y4.jpg\" title=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" alt=\"portrait-of-a-senior-male-warehouse-worker-or-a-su-F59H23T.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/deliveryman-gives-parcel-to-female-recipient-HH3Z3T7-rd932k2z48hjrd0hd1y6q2gzuv9guz34z4stzk6zh4.jpg\" title=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" alt=\"deliveryman-gives-parcel-to-female-recipient-HH3Z3T7.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/before-img7-rdcf19fsvve9n0a82k3skbu5yihgrqan6npkz61tz4.png\" title=\"before-img7.png\" alt=\"before-img7.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/before-img8-rdcf19fsvve9n0a82k3skbu5yihgrqan6npkz61tz4.png\" title=\"before-img8.png\" alt=\"before-img8.png\" loading=\"lazy\" />																<h3>Careers</h3>					<h6>Lead Ingineer/Technologist,</h6>					<h5>Job summary</h5>		At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dole sunt in culpa qui officia deserunt mollitia animi.			<h5>Your responsibilities:</h5>		Creating value for a customerBuilding a strong infrastructureQuality measure men			<h6>Warehouse Officer</h6>					<h5>Job summary</h5>		At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti.			<h3>Next Day Delivery for Your Business</h3>					<h6>When you need help, Kargo Customer Care Cente is here for you with 24/7 technical support and services</h6>					<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Team','','inherit','closed','closed','','333-revision-v1','','','2025-12-06 13:44:47','2025-12-06 13:44:47','',333,'https://alkara.co.id/?p=339',0,'revision','',0),
(340,1,'2025-12-06 13:45:35','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2025-12-06 13:45:35','0000-00-00 00:00:00','',0,'https://alkara.co.id/?page_id=340',0,'page','',0),
(341,1,'2025-12-06 13:46:40','2025-12-06 13:46:40','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>\n									<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Solution','','publish','closed','closed','','solution','','','2025-12-06 13:53:11','2025-12-06 13:53:11','',0,'https://alkara.co.id/?page_id=341',0,'page','',0),
(342,1,'2025-12-06 13:54:13','2025-12-06 13:46:40',' ','','','publish','closed','closed','','342','','','2025-12-06 13:54:13','2025-12-06 13:54:13','',0,'https://alkara.co.id/342/',4,'nav_menu_item','',0),
(343,1,'2025-12-06 13:46:40','2025-12-06 13:46:40','','Solution','','inherit','closed','closed','','341-revision-v1','','','2025-12-06 13:46:40','2025-12-06 13:46:40','',341,'https://alkara.co.id/?p=343',0,'revision','',0),
(345,1,'2025-12-06 13:47:46','2025-12-06 13:47:46','','Solution','','inherit','closed','closed','','341-revision-v1','','','2025-12-06 13:47:46','2025-12-06 13:47:46','',341,'https://alkara.co.id/?p=345',0,'revision','',0),
(346,1,'2025-12-06 13:47:46','2025-12-06 13:47:46','','Solution','','inherit','closed','closed','','341-revision-v1','','','2025-12-06 13:47:46','2025-12-06 13:47:46','',341,'https://alkara.co.id/?p=346',0,'revision','',0),
(347,1,'2025-12-06 13:47:47','2025-12-06 13:47:47','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>We Deliver Your Cargo</h1>					<h2>When You Need It and Where You Need It</h2>					<h4>All Types of Cargo</h4>					<h5>01</h5>					<h5>Business Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Sed ut perspiciatisAt vero eos et iustoNam libero tempore								<a href=\"#\">\n									View Details\n					</a>\n									<h5>02</h5>					<h5>Shop Delivery</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Et harum quidemTemporibus autemItaque earum rerum								<a href=\"#\">\n									View Details\n					</a>\n									<h5>03</h5>					<h5>Personal Services</h5>		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.Vivamus id vulputateNulla bibendum anteSuspendisse mattis 								<a href=\"#\">\n									View Details\n					</a>\n									<h3>Our Services</h3>															<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img1.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/industrial-port-with-containers-in-winter-vessel-l-PLFCP8X-rd9327v3rqhyy7jhacx7q0zzn0f2bhwtiqkhhmp0km.jpg\" title=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" alt=\"industrial-port-with-containers-in-winter-vessel-l-PLFCP8X.jpg\" loading=\"lazy\" />																<h5>Air Freight Forwarding</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243r0ectnroxwbapg1y59gxlgphw67yjkiul9i.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img2.png\" alt=\"\" />																<h5>Sea Freight &amp; Chartering </h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img3.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Storage &amp; Insurance</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img4.png\" alt=\"\" />																<h5>Smart Logistics</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img5.png\" alt=\"\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/loading-to-the-aircraft-PPSSYVL-rd93235wtkbjc5qb1sw2vk6oo32890e5u3b238vzfq.jpg\" title=\"loading-to-the-aircraft-PPSSYVL.jpg\" alt=\"loading-to-the-aircraft-PPSSYVL.jpg\" loading=\"lazy\" />																<h5>Forwarding &amp; Distribution</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/engineers-tracking-shipping-containers-in-a-large-E8YV5TM-1-rd934kgkutprz44lkdhmyfnh3ou3k98nuda6oj7l0m.jpg\" title=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" alt=\"engineers-tracking-shipping-containers-in-a-large-E8YV5TM.jpg\" loading=\"lazy\" />																										<img width=\"108\" height=\"108\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/before-img6.png\" alt=\"\" />																<h5>Custom Services</h5>		Lorem ipm dolor sit amet, consectetur adipi sicing elit, sed do eiusmod.								<a href=\"#\">\n									Learn More\n					</a>\n									<h2>Get free and instant quotes 24 hours a day. 7 days a week</h2>										<a href=\"#\">\n									View Details\n					</a>\n									<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6>123, New Lenox, Chicago, IL, 60606</h6>										<a href=\"tel:+1234567890\">\n									(123) 456-78-90\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									info@yoursite.com\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Solution','','inherit','closed','closed','','341-revision-v1','','','2025-12-06 13:47:47','2025-12-06 13:47:47','',341,'https://alkara.co.id/?p=347',0,'revision','',0),
(348,1,'2025-12-06 13:56:10','2025-12-06 13:56:10','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 13:56:10','2025-12-06 13:56:10','',10,'https://alkara.co.id/?p=348',0,'revision','',0),
(349,1,'2025-12-06 13:56:10','2025-12-06 13:56:10','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Video						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 13:56:10','2025-12-06 13:56:10','',10,'https://alkara.co.id/?p=349',0,'revision','',0),
(350,1,'2025-12-06 13:56:10','2025-12-06 13:56:10','<img src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" title=\"Artboard 11@4x-8\" alt=\"Artboard 11@4x-8\" loading=\"lazy\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 13:56:10','2025-12-06 13:56:10','',10,'https://alkara.co.id/?p=350',0,'revision','',0),
(351,1,'2025-12-06 14:14:10','2025-12-06 14:14:10','<img src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" title=\"Artboard 11@4x-8\" alt=\"Artboard 11@4x-8\" loading=\"lazy\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:14:10','2025-12-06 14:14:10','',10,'https://alkara.co.id/?p=351',0,'revision','',0),
(352,1,'2025-12-06 14:14:10','2025-12-06 14:14:10','<img src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" title=\"Artboard 11@4x-8\" alt=\"Artboard 11@4x-8\" loading=\"lazy\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:14:10','2025-12-06 14:14:10','',10,'https://alkara.co.id/?p=352',0,'revision','',0);
INSERT INTO `wpr1_posts` VALUES
(353,1,'2025-12-06 14:14:10','2025-12-06 14:14:10','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:14:10','2025-12-06 14:14:10','',10,'https://alkara.co.id/?p=353',0,'revision','',0),
(354,1,'2025-12-06 14:19:36','2025-12-06 14:19:36','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:19:36','2025-12-06 14:19:36','',10,'https://alkara.co.id/?p=354',0,'revision','',0),
(355,1,'2025-12-06 14:19:36','2025-12-06 14:19:36','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>										<a href=\"#\">\n									Reservation\n					</a>\n									<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:19:36','2025-12-06 14:19:36','',10,'https://alkara.co.id/?p=355',0,'revision','',0),
(356,1,'2025-12-06 14:19:36','2025-12-06 14:19:36','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>					<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:19:36','2025-12-06 14:19:36','',10,'https://alkara.co.id/?p=356',0,'revision','',0),
(357,1,'2025-12-06 14:21:22','2025-12-06 14:21:22','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>					<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:21:22','2025-12-06 14:21:22','',10,'https://alkara.co.id/?p=357',0,'revision','',0),
(358,1,'2025-12-06 14:21:22','2025-12-06 14:21:22','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"19\" height=\"28\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/smartphone4545.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>					<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:21:22','2025-12-06 14:21:22','',10,'https://alkara.co.id/?p=358',0,'revision','',0),
(359,1,'2025-12-06 14:21:22','2025-12-06 14:21:22','<img width=\"1200\" height=\"374\" src=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8.png 1200w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-300x94.png 300w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-1024x319.png 1024w, https://alkara.co.id/wp-content/uploads/2025/12/Artboard-11@4x-8-768x239.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<figure><a href=\"tel:+80044433\" tabindex=\"-1\"><img width=\"73\" height=\"72\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Shape3.png\" alt=\"\" /></a></figure><a href=\"tel:+80044433\">800-444-33</a>					<h1>Melayani Kepercayaan</h1>					<h2>When you need help, Kargo Customer Care Center is here for you with 24/7 technical support and services</h2>										<a href=\"#\">\n									Customer Center\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"></path></svg>				\n							Watch Videoz`						\n							<h3>ABOUT US<br>Our Company<br></h3>		<p>PT. Alkara Lintas Samudera adalah perusahaan keagenan kapal (shipping agency) <br />independen yang berdedikasi untuk memberikan layanan maritim terintegrasi di seluruh <br />pelabuhan utama Indonesia. Kami hadir sebagai jembatan vital antara pemilik kapal (ship <br />owners), penyewa (charterers), dan otoritas pelabuhan, memastikan setiap kebutuhan <br />operasional kapal terpenuhi dengan standar efisiensi tertinggi</p>								<a href=\"#\">\n									Learn More\n					</a>\n																			<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/boat-rd934mc56w8m28g385zlf49cvgnuvoizd9kj4cdmo0.png\" title=\"boat.png\" alt=\"boat.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/container-operation-PYX4HU6-rd93ayqz7m15xyo3gug62h7bffjnx64dmsft7arbd4.jpg\" title=\"container-operation-PYX4HU6.jpg\" alt=\"container-operation-PYX4HU6.jpg\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/ChatGPT-Image-Oct-17-2025-09_03_49-PM-rdcefzdf9q6dbej57vfuas1bdxf4u7m92pmh6sezr6.png\" title=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" alt=\"ChatGPT Image Oct 17, 2025, 09_03_49 PM\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/logistics-box-150x150.png\" title=\"logistics-box.png\" alt=\"logistics-box.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/2025/10/truck-2-1-150x150.png\" title=\"truck-2-1.png\" alt=\"truck-2-1.png\" loading=\"lazy\" />																										<img src=\"https://alkara.co.id/wp-content/uploads/elementor/thumbs/warehouse-man-worker-with-forklift-PR3WQUR-rd93243ourwy7f6gnzxsio3gfxlr0gjjridg9u5h6c.jpg\" title=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" alt=\"warehouse-man-worker-with-forklift-PR3WQUR.jpg\" loading=\"lazy\" />																<h4>Our Offices</h4>										<a href=\"#\">\n									Learn More\n					</a>\n																			<img width=\"1024\" height=\"1024\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png\" alt=\"\" srcset=\"https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt.png 1024w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-300x300.png 300w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-150x150.png 150w, https://alkara.co.id/wp-content/uploads/2025/10/Gemini_Generated_Image_ytvt7eytvt7eytvt-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>Kargo has established a toll-free military help line, 800-444-33</h6>					<h3>Freight Charter Made Easy</h3>					<h5>Get free quotes 24 hrs a day 7 days a week</h5>										<a href=\"#\">\n									All Products &amp; Solutions \n					</a>\n																			<img width=\"150\" height=\"160\" src=\"https://alkara.co.id/wp-content/uploads/2025/10/list-icon.png\" alt=\"\" />																<h6>Tools, Documents, Tips &amp; More</h6>										<a href=\"#\">\n									Contact Us Now\n					</a>\n									<h4>Frequent Questions</h4>		Have Questions? Contact Our Help Center					\n												<a tabindex=\"0\">Q: Apa itu Time Charter dalam konteks dry cargo?</a>\n					<p><b>A:</b> <b>Time Charter</b> adalah kontrak penyewaan kapal di mana penyewa (charterer) menyewa kapal beserta krunya untuk <b>jangka waktu tertentu</b> (<i>period of time</i>). Charterer bertanggung jawab atas biaya operasional variabel seperti bahan bakar (bunker), biaya pelabuhan, dan biaya bongkar muat (stevedoring).</p>\n												<a tabindex=\"0\">Q: Apa bedanya dengan Voyage Charter?</a>\n					<p><b>A:</b> Dalam <b>Voyage Charter</b>, penyewa membayar harga <i>lump sum</i> atau per ton muatan untuk mengangkut kargo dari Pelabuhan A ke Pelabuhan B (satu perjalanan). Pemilik kapal menanggung semua biaya operasional. Dalam <b>Time Charter</b>, penyewa memiliki kontrol operasional yang lebih besar untuk jangka waktu kontrak.</p>\n												<a tabindex=\"0\">Q: Jenis kargo kering apa saja yang bisa diangkut dengan kapal Anda?</a>\n					<p><b>A:</b> Kami melayani berbagai kargo curah kering (<i>dry bulk</i>), termasuk <b>batubara (coal)</b>, <b>bijih mineral (ore)</b>, <b>gandum/padi-padian (grains)</b>, <b>pupuk (fertilizer)</b>, dan <b>bahan baku industri curah lainnya</b>.</p>\n												<a tabindex=\"0\">Q: Apakah layanan ini mencakup penanganan kargo (stevedoring) di pelabuhan?</a>\n					<p><b>A:</b> Tidak secara standar. Dalam <i>Time Charter</i>, biaya <b>bongkar muat (stevedoring)</b>, biaya pelabuhan (<i>port charges</i>), dan <b>bahan bakar (bunker)</b> biasanya menjadi tanggung jawab <b>Charterer (Penyewa)</b>. Kami hanya menyediakan kapal siap operasi dan kru.</p>\n												<a href=\"#\">\n									Our History\n					</a>\n												<a href=\"#\">\n									Our Team\n					</a>\n												<a href=\"#\">\n									Contact Us\n					</a>\n							<h5>About</h5>							<ul>\n							<li>\n										Company\n									</li>\n								<li>\n										Profile\n									</li>\n								<li>\n										Our team\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										International Freight\n									</li>\n								<li>\n										All Products &amp; Solutions \n									</li>\n								<li>\n										Quick Estimate\n									</li>\n						</ul>\n							<h5>Legal</h5>							<ul>\n							<li>\n										Privacy Policy\n									</li>\n								<li>\n										Terms of Service\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n							<h5>Contact Us</h5>					<h6> Komp. Ruko Mall Fantasi Blok Fj 1 No. 01 Balikpapan Baru\n East Kalimantan - Indonesia</h6>										<a href=\"tel:+62%20542%208515%20883\">\n									+62 542 8515 883\n					</a>\n														<a href=\"mailto:@yoursite.com\">\n									hello@alkara.co.id\n					</a>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>','Home','','inherit','closed','closed','','10-revision-v1','','','2025-12-06 14:21:22','2025-12-06 14:21:22','',10,'https://alkara.co.id/?p=359',0,'revision','',0);
/*!40000 ALTER TABLE `wpr1_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_term_relationships`
--

DROP TABLE IF EXISTS `wpr1_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_term_relationships`
--

LOCK TABLES `wpr1_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpr1_term_relationships` DISABLE KEYS */;
INSERT INTO `wpr1_term_relationships` VALUES
(1,1,0),
(11,2,0),
(27,3,0),
(33,3,0),
(35,4,0),
(40,4,0),
(42,4,0),
(48,4,0),
(54,4,0),
(57,4,0),
(60,4,0),
(66,3,0),
(68,3,0),
(70,4,0),
(72,4,0),
(74,4,0),
(76,4,0),
(78,4,0),
(80,4,0),
(82,4,0),
(85,4,0),
(88,4,0),
(93,4,0),
(95,4,0),
(98,4,0),
(100,4,0),
(102,4,0),
(104,4,0),
(109,4,0),
(112,4,0),
(114,4,0),
(116,4,0),
(118,4,0),
(120,4,0),
(124,4,0),
(127,4,0),
(129,3,0),
(135,3,0),
(140,3,0),
(142,5,0),
(152,4,0),
(154,6,0),
(161,7,0),
(163,5,0),
(165,3,0),
(180,8,0),
(192,8,0),
(195,8,0),
(198,8,0),
(201,8,0),
(216,3,0),
(224,3,0),
(229,3,0),
(231,3,0),
(280,4,0),
(305,8,0),
(334,8,0),
(342,8,0);
/*!40000 ALTER TABLE `wpr1_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_term_taxonomy`
--

DROP TABLE IF EXISTS `wpr1_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_term_taxonomy`
--

LOCK TABLES `wpr1_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpr1_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpr1_term_taxonomy` VALUES
(1,1,'category','',0,1),
(2,2,'wp_theme','',0,1),
(3,3,'elementor_library_type','',0,12),
(4,4,'elementor_library_type','',0,32),
(5,5,'elementor_library_type','',0,2),
(6,6,'wp_theme','',0,1),
(7,7,'elementor_library_type','',0,1),
(8,8,'nav_menu','',0,8);
/*!40000 ALTER TABLE `wpr1_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_termmeta`
--

DROP TABLE IF EXISTS `wpr1_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_termmeta`
--

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

--
-- Table structure for table `wpr1_terms`
--

DROP TABLE IF EXISTS `wpr1_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_terms`
--

LOCK TABLES `wpr1_terms` WRITE;
/*!40000 ALTER TABLE `wpr1_terms` DISABLE KEYS */;
INSERT INTO `wpr1_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'twentytwentyfive','twentytwentyfive',0),
(3,'page','page',0),
(4,'section','section',0),
(5,'footer','footer',0),
(6,'astra','astra',0),
(7,'header','header',0),
(8,'Main Menu','main-menu',0);
/*!40000 ALTER TABLE `wpr1_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_usermeta`
--

DROP TABLE IF EXISTS `wpr1_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_usermeta`
--

LOCK TABLES `wpr1_usermeta` WRITE;
/*!40000 ALTER TABLE `wpr1_usermeta` DISABLE KEYS */;
INSERT INTO `wpr1_usermeta` VALUES
(1,1,'nickname','admin'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wpr1_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wpr1_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','1'),
(16,1,'session_tokens','a:2:{s:64:\"7136b87accada7411b5e5c03c883dca50547833233f79473b569feefb8cd081f\";a:4:{s:10:\"expiration\";i:1765104394;s:2:\"ip\";s:13:\"202.150.68.14\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";s:5:\"login\";i:1764931594;}s:64:\"825a6aea6dbbdb24ef8b14d97242ccb9ee1a9b01801e87a7c95ce1e7b0dd47fb\";a:4:{s:10:\"expiration\";i:1765200624;s:2:\"ip\";s:12:\"202.150.68.9\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";s:5:\"login\";i:1765027824;}}'),
(17,1,'wpr1_dashboard_quick_press_last_post_id','255'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"202.150.68.0\";}'),
(19,1,'wpr1_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:24:\"enableChoosePatternModal\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-10-15T16:24:37.179Z\";}'),
(20,1,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),
(21,1,'wpr1_user-settings','libraryContent=browse&editor=tinymce'),
(22,1,'wpr1_user-settings-time','1765027819'),
(23,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\";}'),
(24,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(25,1,'nav_menu_recently_edited','8'),
(26,1,'elementor_dismissed_editor_notices','a:1:{i:0;s:20:\"image_optimizer_hint\";}');
/*!40000 ALTER TABLE `wpr1_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpr1_users`
--

DROP TABLE IF EXISTS `wpr1_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpr1_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_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpr1_users`
--

LOCK TABLES `wpr1_users` WRITE;
/*!40000 ALTER TABLE `wpr1_users` DISABLE KEYS */;
INSERT INTO `wpr1_users` VALUES
(1,'admin','$wp$2y$10$hTSejJz/tJAB85SdoemT9OSjZtqAyqUd88gUK2dULI1HvR1gWYGWq','admin','admin@alkara.co.id','https://alkara.co.id','2025-10-15 16:16:26','',0,'admin');
/*!40000 ALTER TABLE `wpr1_users` 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-12-12  0:33:38
